Memory Pool Memory Pool Refreshing

53,097 transactions
23.85 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,015 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,482 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,014 (8,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,794 860,794 00000000000000000000b98b2c0282d5e99d6aabcec4df0d7fa973896e57bbc3 1.68 MB 6,568 2
860,793 860,793 000000000000000000011b711974a31894dd5ac4702b887d28f99beb3e0ada7f 1.64 MB 7,136 2
860,792 860,792 000000000000000000004dc5b842ae571e4c5aad46689a7bb8e6959130e328ec 1.63 MB 6,667 4
860,791 860,791 00000000000000000001f38fad4dc43a9435f5fea239212f78d56cc94863f670 1.66 MB 7,422 2
860,790 860,790 0000000000000000000052c929069021275ed5c17341f8ce0f4ccb62122c3f5f 1.63 MB 4,509 4
860,789 860,789 0000000000000000000048c2a3038ed97ad6aa4cc8a454b3b1bd6ed0af5e2d39 1.61 MB 3,478 4
860,788 860,788 00000000000000000000bb59592f994ddf58fcb22506e88e5db6447815d07700 1.50 MB 4,348 4
860,787 860,787 000000000000000000004c2509981420f57ac04edaabee5c2fef52f8c4dcaeff 1.64 MB 7,115 3
860,786 860,786 000000000000000000025473c9cd4d21e200fb9e4b0cdae99cdc88237bd4d312 1.61 MB 4,710 4
860,785 860,785 000000000000000000017100abbfc0034e4c347e649a367b1be367b09183744e 1.74 MB 4,812 4
860,784 860,784 00000000000000000002a2d4ae7a01dbe7a9fb58ea73ce5ddb72944efab0a98e 1.69 MB 5,927 3
860,783 860,783 000000000000000000006ef77e670d819afa30b7046aa097a41aff60931763d1 1.84 MB 1,985 4
860,782 860,782 00000000000000000002c65ccdd2e6ac821d7fa7242ed44111b1b7fae920024c 1.60 MB 3,472 7
860,781 860,781 000000000000000000012238ff66c40687d5e8f51cddc6dd9de0e3022a0ba4b0 1.62 MB 3,262 5
860,780 860,780 000000000000000000004b7e00dc0c0d9f3051309c07f80f7ab3e2c231d5227b 1.84 MB 1,760 8
860,779 860,779 00000000000000000000f14cd87b6c063a37c701f5017cef38abfd1fed5ddaa6 1.81 MB 2,109 5
860,778 860,778 000000000000000000016ada30fca8ce72357382b7a806194adca96127ee5b27 2.01 MB 1,286 4
860,777 860,777 00000000000000000000fad045fc3c0745b2d523510502d5290a82788f539a4a 1.73 MB 2,156 4
860,776 860,776 0000000000000000000078f697fb0fa00142b5a650f2541705497de53c79a43f 1.47 MB 2,880 7
860,775 860,775 00000000000000000001d4b23eb38e138a7b4ec6e5b34012c9b66a871d680477 1.70 MB 3,285 3
860,774 860,774 0000000000000000000282cfb4488c3a3d43bf6b8313fee4f0982b85e8e609b2 1.61 MB 5,083 3
Previous 10 blocks ↓
Total Size: 697.59 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: 2,057.11 GB sent, 195.46 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.