Memory Pool Memory Pool Refreshing

5,136 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (786,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,147 121,147 000000000000093eab45c455494cccc0c6ee9a9d1f25abb497631b66859732fe 0.01 MB 17 1,943
121,146 121,146 000000000000085868020b439e83df9ae6c57bf9a1b4e67e9bad76747b72f06a 0.00 MB 6 3,881
121,145 121,145 0000000000004494ea0b43ede7e6935cbf0d485b190861dfc53369f01a0aa783 0.03 MB 88 913
121,144 121,144 0000000000008269394aef5beef37e58614ef5ce11cd76964324e61a59f8a424 0.01 MB 33 2,087
121,143 121,143 00000000000025f60b59b224ded80b0b39ba387b8d67efcf77e1a21a9393898e 0.00 MB 12 319
121,142 121,142 0000000000000441999817a4014e90499c43a2e98be726b27b9192c7c917a64d 0.02 MB 61 2,490
121,141 121,141 000000000000298da7b78622f70eb698dd856b441734103a4463808c93c10465 0.01 MB 45 1,119
121,140 121,140 00000000000034a10a3f8c9263eb70513a5cdf3ba897443c2003b1a5ac072a69 0.00 MB 10 2,532
121,139 121,139 00000000000086e3c01904cc5e44d1c233931a4357ddfdd884c3a071dfa4df43 0.01 MB 41 144
121,138 121,138 00000000000015023116935ea3e86402abeef929f32ff563daafceaef8c3a33a 0.01 MB 13 719
121,137 121,137 000000000000108a239d65658a84509dc6b329d0a3f24d5ab88e8ce8dd5e63ec 0.02 MB 63 1,451
121,136 121,136 00000000000082741930723ae4578cde390fef3056ff7abdfc2504e916c57173 0.04 MB 111 452
121,135 121,135 0000000000000867de1d6ae43e9a3afd33912de3c09e22e151af63a28a2a0cf8 0.00 MB 12 645
121,134 121,134 0000000000001ae30a3b568546e345bba7a601c8cf3ef2f17f7b59d3d6a1f938 0.00 MB 13 346
121,133 121,133 00000000000030f91151cba26635122b914b2a285c3a2cb137c1b82f36c83d6f 0.00 MB 12 352
121,132 121,132 00000000000086418364c351333090ec7b236bb4d6091a74200018cedd094bb9 0.00 MB 14 1,045
121,131 121,131 000000000000974da17dc5c949b6a5173c1562870919fd82e006ae2593a08996 0.01 MB 19 381
121,130 121,130 0000000000007bafa183d466758f0cb5710eef8fd28a4f8a8440a193d647e53f 0.01 MB 25 118
121,129 121,129 0000000000001966c3f53d7ee6749e8348a5898c161ba54f5f207f64ccb33632 0.00 MB 13 3,741
121,128 121,128 00000000000010304c16b01e25ac00364bedd953aec5dcef452cb89f57af50a0 0.00 MB 11 309
121,127 121,127 0000000000006b149efd5e9d22ed80c9d6d01d71e1246c02fa117c858a9aea20 0.01 MB 21 1,598
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

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