Memory Pool Memory Pool Refreshing

27,542 transactions
29.63 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,616 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,615 (168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,447 863,447 00000000000000000000b78bc5b022cd3f6b794a18303d13dc1eacf524cd5815 1.56 MB 6,525 2
863,446 863,446 00000000000000000000e92d3f46d4bb59117330587399210f03d2e6b5abaaac 1.54 MB 3,982 5
863,445 863,445 000000000000000000009231b9cbbd948420880fd72f655d24b3a54faf41019c 1.54 MB 7,110 1
863,444 863,444 00000000000000000000695014067e78fed4f3c0d6b877ff3065a9cdacbf0dde 1.56 MB 2,778 5
863,443 863,443 000000000000000000005a91dcd27a3b0695f310928a5bd03952593cfb15007b 1.51 MB 5,501 3
863,442 863,442 00000000000000000001b15d4257700810f915b298ee3f45f7d04f6f61b2d222 1.67 MB 4,835 2
863,441 863,441 0000000000000000000214fa5ab5ad34f63b75c40aada32adf351a30d472d2d8 1.52 MB 4,404 5
863,440 863,440 00000000000000000000ee1fd389352b20198319f5b8b37258a376391e0a0323 1.48 MB 3,387 7
863,439 863,439 0000000000000000000041d7df0af4d7ddd718f23fa7e0a01e82247c23a5c9b7 1.67 MB 5,573 3
863,438 863,438 000000000000000000032a825de11e6f964326e722ef0d15df602b32add1c8c3 1.53 MB 6,220 3
863,437 863,437 0000000000000000000283c0f7510cdf35eaf5fb5482cfd95a4f549f5009f8b9 1.52 MB 5,615 5
863,436 863,436 00000000000000000002a73097af93f487e65241f9a975d54765c83f65f01b78 1.42 MB 5,906 5
863,435 863,435 000000000000000000015b84aa72684c806ac51626e4b6e7461edd19987039be 1.66 MB 5,034 3
863,434 863,434 00000000000000000000c06a2350155b279121c227ad366626bd8937428fb5fb 1.64 MB 6,815 3
863,433 863,433 000000000000000000022d4011e41a9ecf7e296a7448595e71d0cf107e96da1d 1.73 MB 4,561 3
863,432 863,432 00000000000000000000a11510e8eea298c5370224321bd41be7065c698f9912 1.51 MB 2,375 5
863,431 863,431 000000000000000000000d0c3c626e67b65988744e4922e2e640a5185c79ec37 1.84 MB 4,823 3
863,430 863,430 000000000000000000018edf9851d8945959bb3194426e4d09ffa1657c4ab0b4 1.88 MB 4,235 3
863,429 863,429 00000000000000000002436262368c22275773f6d913c979b984d0be0d6575d7 1.79 MB 3,653 4
863,428 863,428 00000000000000000000cf3169b74b42da2c1e1c9437bb8333c8ebcb4ecfa572 1.76 MB 7,141 2
863,427 863,427 00000000000000000001ac8e4ffab4bfccca01c6ca4487a425d5cfea6810df88 1.80 MB 2,825 3
Previous 10 blocks ↓
Total Size: 687.29 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,513.62 GB sent, 121.01 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.