Memory Pool Memory Pool Refreshing

67,159 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,124 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,649 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,123 (404,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,957 465,957 0000000000000000013112229e458274a389982e5a982cc41575fd85c645dd1d 1.00 MB 2,624 213
465,956 465,956 0000000000000000017623a9a13d2c8332e96c1c1f7e1fe20af2f1b792c33946 1.00 MB 2,280 229
465,955 465,955 000000000000000001691e8b464d832a19c8be37c96ec846c3a26dc6fa8ad5a9 1.00 MB 2,346 252
465,954 465,954 000000000000000001a751b464471bd8fb54c4bb9befa98789df1aad8dac40d9 1.00 MB 1,578 301
465,953 465,953 0000000000000000001a6d1ff0d3324b76d01d57787d6179012160c8ea410791 1.00 MB 2,343 367
465,952 465,952 000000000000000000f018869af8b8874110f7afa743fcc88ab58550c645a692 0.00 MB 1 0
465,951 465,951 00000000000000000002c4affa7f0c6509b4fbc75003a3dfdd7fd68765efa4e9 1.00 MB 1,924 182
465,950 465,950 000000000000000000dbe4595fe0083117359bf4a61a3e0f2442a75449658349 1.00 MB 3,108 231
465,949 465,949 000000000000000001201ac4b78797b4a6e692d2ecc4fc63c1b484aef7c5a0fd 1.00 MB 1,912 271
465,948 465,948 000000000000000001bea82c8b19908b5b01db4ad425a0fd42870ea2622a0791 1.00 MB 2,935 364
465,947 465,947 0000000000000000003313754f586860513119cbdc946d5cf231d94d4689fcae 1.00 MB 1,598 263
465,946 465,946 000000000000000001bdbfccb980954627b484c7f2d96444f491154dd850e419 1.00 MB 1,703 272
465,945 465,945 0000000000000000018994bce65e2c58132fdbc404d441aa6e91f20d498e657f 1.00 MB 1,820 287
465,944 465,944 00000000000000000172752926b8d8fe2e7ed569ca13d62184b33933f1ace83d 0.99 MB 2,468 282
465,943 465,943 00000000000000000072e2c11b39b66fa9131595c6d758883b0da75fd81e9502 1.00 MB 3,087 388
465,942 465,942 0000000000000000018518da6b711f4108f8adbef356d80fbb5886e204b28778 1.00 MB 3,239 328
465,941 465,941 0000000000000000016887e9cccae5d29e322c99c988416a463d6a2f5845b4ff 1.00 MB 2,324 300
465,940 465,940 000000000000000000e7dcfb45d8b2c21dfa8c2c61e0547a47950b9854967396 1.00 MB 649 329
465,939 465,939 000000000000000000c1660872916b18f7d3bb07094c0e5f2f01d8c4f75045c3 1.00 MB 2,301 237
465,938 465,938 00000000000000000095ba97eef6f47e5bdda31e6a5787a9f735be75f793edf7 1.00 MB 2,191 211
465,937 465,937 0000000000000000019700c36fa26be246e9f69c1cd7f263b1ef772bd5f4b9e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 699.69 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,184.73 GB sent, 208.33 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.