For those not willing to DL
3 text files, mysql exports...
1 is a count of total users or addresses? 4.5 million
mysql> select count(*) from platform.Money_Bitcoin_Permanent_Address;
+----------+
| count(*) |
+----------+
| 4512211 |
+----------+
1 row in set (7.46 sec)
mysql> select * from platform.Money_Bitcoin_Permanent_Address;
ERROR 2013 (HY000): Lost connection to MySQL server during query
Other is a 25MB CSV of the users table, listing user ID, censored email addresses and their BTC balance.
The last is the 308 table names stored on the DB.