Memory Pool Memory Pool Refreshing

10,451 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,481 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (743,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,821 163,821 00000000000004bf826404609f711b012a62f4cd516569c669c50eae1eea1976 0.08 MB 82 157
163,820 163,820 0000000000000930b61399ae85d9c337023d4445b733ba525b426b797d00e09e 0.01 MB 29 75
163,819 163,819 00000000000009d9a5ddc70514cffd46cf86f3d63411612c9993eb05edb932f8 0.03 MB 67 181
163,818 163,818 000000000000020a2267e8a4cb8edb26cb34f194b5b85feacd70feae2a4358f7 0.03 MB 63 43
163,817 163,817 0000000000000209be111dd36ed6931c5881ad526da2de580fad333858a4746f 0.01 MB 20 374
163,816 163,816 0000000000000ac7752332e176b88454953d5b28e8dfeba0dd0021cb33df91fb 0.00 MB 12 0
163,815 163,815 00000000000009ce907357eeab866b6e2f77974b974f558fc7bbe5d73c96bd03 0.01 MB 23 285
163,814 163,814 00000000000001a52d7ede1f0fc7dd54fa0633af554d80234c84440064b29316 0.02 MB 60 108
163,813 163,813 000000000000033dbf962bab71a1e5e2d26cc3aaf6161c45520957c48f30c5d8 0.04 MB 109 123
163,812 163,812 00000000000009252b8d0a2cb64bd2f8c5abefe3a09d900147a9673cc78e089f 0.03 MB 63 756
163,811 163,811 0000000000000961cfc81fbd086f1a5d0243a4ae2eb7ce035a85e9082f0cf9c2 0.00 MB 1 0
163,810 163,810 0000000000000a655a3486c9a7b7ad3eae63715b97861c85dd8afee9efea45a4 0.03 MB 42 276
163,809 163,809 0000000000000b3de7e6f52d4445247d017419c59701df7a569c471f1c3c48ac 0.01 MB 15 595
163,808 163,808 000000000000050a582dcdcbcad1817ab90e721e34f8e45c1fd1b57359be394b 0.02 MB 65 92
163,807 163,807 0000000000000020bca1d346b7e4964554c2843d788f417b86fdb1aa246e94f9 0.03 MB 50 316
163,806 163,806 00000000000000e6d138df9548c863898ce06b55bcef3526cbd7e292cafa5c8b 0.00 MB 6 0
163,805 163,805 0000000000000251969b8a39a9482a1ef5abb4a90417a8aaee29fd1660aa492c 0.02 MB 32 150
163,804 163,804 0000000000000016f67acd3cd744ee3bd1e9686689e0d54a3c87dbf8b47fd87b 0.00 MB 17 490
163,803 163,803 000000000000090bd970cfe4d21828f5403ae3edaaa95c6f4c0410d8cb483e46 0.01 MB 18 73
163,802 163,802 0000000000000c37451e062481a1f191f83e12b2b09aeb52395945d70626c11e 0.00 MB 9 0
163,801 163,801 00000000000008fe2d3dddce5607898a56c40d758f72205263dd0cceaf7e1111 0.02 MB 48 137
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.