Memory Pool Memory Pool Refreshing

19,427 transactions
28.25 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,594 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,593 (39,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,910 823,910 0000000000000000000178ddf833a1910764b3f3216035d6b786b816355f1041 1.43 MB 3,423 141
823,909 823,909 00000000000000000003c3c0297c3d24ef5380fd18cdfb4482bdd7e0253eee1f 1.41 MB 3,998 153
823,908 823,908 00000000000000000000cb7049a2d5c6172bb420c0cfae9cf1fa5981de8a0e8f 1.41 MB 4,203 175
823,907 823,907 00000000000000000001048c31285528792e00951eba3d4fd2b30d9b2c6dc735 1.46 MB 3,662 187
823,906 823,906 00000000000000000001d067429c8eab6d8ce4dd1cefc2a6c4287a23df1df631 1.46 MB 2,995 102
823,905 823,905 00000000000000000000d8e56c1ebd1c86f5abe1cdcd6441ed363d8f38eb2813 1.38 MB 3,527 131
823,904 823,904 00000000000000000003d49130ee4de206e5f12d910b14b237940f07b9dd8446 1.48 MB 3,751 158
823,903 823,903 00000000000000000002211a21dcc0d94d708be23b07d8e380e24d1e70df3a28 1.70 MB 5,792 83
823,902 823,902 00000000000000000000f29937d5c9fc3f575da0bfa81bd1409f50b3a96d37d0 0.00 MB 1 0
823,901 823,901 00000000000000000001170d32bdbc036ee5bf1b87cb95646ac8aee18adb7549 1.81 MB 3,460 101
823,900 823,900 0000000000000000000104e8c31bdbdff87d4e620e7b0fee16e68653c328530a 1.60 MB 3,535 89
823,899 823,899 0000000000000000000316165ddf2f4c7e2e1b7a82e83bab5eba95ef48096149 1.57 MB 3,032 95
823,898 823,898 00000000000000000000e3f1062df829b0a738baa140c59abbedc7968c4d8c45 1.73 MB 3,867 107
823,897 823,897 00000000000000000002263cbc9b5d0cd757640ee95369339fe082a62fa5ce2c 1.61 MB 3,543 120
823,896 823,896 000000000000000000035db8e1fbb861f30e781640c90fd350be85c72fce3f8a 1.58 MB 3,349 176
823,895 823,895 00000000000000000001b1ff8181bdc4fca433ad9f84822f2cd11e274657c6e5 1.66 MB 3,372 129
823,894 823,894 0000000000000000000066ad102cab364315d8957bbdb0da1e7e5b609efed7f8 1.60 MB 3,530 120
823,893 823,893 00000000000000000002bbcf108fb96e27df2d4c089c8691cfb87a163a0022bb 1.58 MB 3,351 156
823,892 823,892 00000000000000000002d92bcd23f00c341d3e39fc727c844530a218b62eaa42 1.61 MB 3,622 143
823,891 823,891 000000000000000000035e1c030fc5fce54e13c56f4f5dbcee77fee760c71ad0 1.63 MB 3,570 170
823,890 823,890 0000000000000000000270dc4e4642cefb1bf99545bcc909f58568adf89c65e9 1.66 MB 3,173 179
Previous 10 blocks ↓
Total Size: 687.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,512.52 GB sent, 120.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.