Memory Pool Memory Pool Refreshing

68,733 transactions
35.60 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,457 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,930 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,456 (53,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,530 818,530 0000000000000000000147663fb13fdae9c2f43f438c6d7a9df27a07449a66da 2.02 MB 5,165 45
818,529 818,529 000000000000000000005ce49c0b0b835eae944f8de4573b40dcc6c85664c728 1.76 MB 3,848 56
818,528 818,528 00000000000000000001b5bdfc098ef623515181a5af1557d72c4b073b46e920 1.88 MB 4,642 51
818,527 818,527 000000000000000000002b2c6354ec71e9929fd1c25b52d1774827584ea90151 1.98 MB 4,582 55
818,526 818,526 000000000000000000034b555dc5f9d3777c8a16a93fef13686eb95a333cf7aa 1.97 MB 4,952 46
818,525 818,525 0000000000000000000348c1a9e8e99dc4d6df4e0ad430aea39ef00573878a7b 1.86 MB 4,395 54
818,524 818,524 00000000000000000000a37286687bed998d7bb7dea9029b9719c1c06f9d0ab5 1.90 MB 4,636 53
818,523 818,523 00000000000000000001cb2cea4a6ffedf31324afc19474d244bedb03d267461 1.69 MB 3,501 56
818,522 818,522 00000000000000000002338556d3358190e16efab1d04333e4225eeeb9c19ec6 1.68 MB 3,789 59
818,521 818,521 000000000000000000029b48b42a4873027dfc191d1e6eb22fd7193541b80d4b 1.56 MB 2,980 60
818,520 818,520 0000000000000000000340f67454debecf8c82449adf31c6a60ade0aff61ce76 1.93 MB 5,042 46
818,519 818,519 00000000000000000003d4d663c0cf4fbf3a50eefb90c44fd4358f69289717e4 1.98 MB 5,372 44
818,518 818,518 0000000000000000000235fba8e8797ca9e3b70f3c7496eeb2bada9ac3130cea 1.85 MB 4,608 48
818,517 818,517 00000000000000000000064c9e24247a22db1ce5116bdfc21350c1b43acf1ccf 1.86 MB 4,949 52
818,516 818,516 00000000000000000001c6640dd38a1083713e0d82f6eb5dc72bb7cca44ca66c 1.67 MB 4,046 44
818,515 818,515 000000000000000000020a3efbe54033588c9d3b1e1f4ce78cf092b06f1009ab 1.83 MB 4,430 55
818,514 818,514 00000000000000000003d144ddc7de8f25caefa30928a58c4cce0e57e0c2480b 1.78 MB 4,633 51
818,513 818,513 00000000000000000000d142b04d405b4edac74a8fde6b2895b6df9327e2576d 1.69 MB 3,895 55
818,512 818,512 00000000000000000003b6d122a4b3be7922953e672f8725f81d9ad47fea12c3 1.88 MB 4,063 53
818,511 818,511 000000000000000000009ac17c97d4336fec9f9c78d05406c7d4f22599d840e2 1.97 MB 5,091 54
818,510 818,510 0000000000000000000008e12dd5621b2f552d18f7e9014ea5a9566ce7f62062 1.90 MB 4,688 55
Previous 10 blocks ↓
Total Size: 704.05 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,640.80 GB sent, 238.28 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.