Memory Pool Memory Pool Refreshing

1,882 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,106 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (802,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,536 105,536 00000000000042051aff3eb533ed3009813aafa3f4f74c0aac8b49ea592493cc 0.00 MB 4 0
105,535 105,535 0000000000023247ea5017e619b622b136492e82e2ba1dc73a17af7d98b09e06 0.00 MB 8 0
105,534 105,534 000000000002e052693d37eae3cc9c2252a31d5f9feb9e31ce71d9a92d1b0f78 0.00 MB 5 0
105,533 105,533 00000000000268a24b52bec688bc7cb23efd16aff5f0c6e3a23adabb557c0097 0.00 MB 3 0
105,532 105,532 000000000002d0b2dc0ab66804e555f8920ee274a5c9af2b425cbf65e86e0078 0.00 MB 2 0
105,531 105,531 000000000000309cbcd4ee8ef3ea2ff6ee7f88a438728aa0ab9af308e61509d2 0.00 MB 1 0
105,530 105,530 000000000000c0535c5dd9328779846aa075812a1450449cc38a0e967d0464cf 0.00 MB 6 0
105,529 105,529 000000000002e52a8996efa13def7a0f6fe92258587c1eca39c8f0bf41f2a4ed 0.00 MB 2 0
105,528 105,528 000000000001e0976f5f15479d4e7aad6fa1dd17e046e10ce1d37e58ec67637e 0.00 MB 2 0
105,527 105,527 00000000000097b60efef02b49ee57ed42b4e114d02de7b5453b9bfdd471ef95 0.00 MB 1 0
105,526 105,526 0000000000023062589ba6c4b2eaa6e6bbc4b2d18f643687f88e105331ae8b16 0.00 MB 7 0
105,525 105,525 00000000000281d14273182a8bd72b206583b249695df021edd2cff4b644dddb 0.00 MB 1 0
105,524 105,524 000000000000aa0cd12617fd9e8648ed49fe079b72708adbd35db67e3eca2f8b 0.00 MB 1 0
105,523 105,523 000000000000f2e544d3b8f6fb9264b5412d838caf6f8b14636444407e990e61 0.00 MB 2 0
105,522 105,522 0000000000004d6e5dc75dc84fe13118b142c040342bcf1074856c4ba0c2725f 0.00 MB 2 0
105,521 105,521 0000000000013ca9f8195a7670427dbd55d5cd8284d81bc47c749d80295118a7 0.00 MB 2 0
105,520 105,520 000000000002c6ecf393eb75f0c10f0abaab0dee8c46367ca34198133a463482 0.00 MB 5 0
105,519 105,519 000000000001b6c1dda9ef8ba1414004fb535081f6bb0feffcb99e317f27557b 0.00 MB 6 0
105,518 105,518 000000000002daac77c1126b1fa8a854dd748f5e79b86e34ba8b379b895f1478 0.00 MB 1 0
105,517 105,517 00000000000251a308e2f004aff5b73509acdf16d9c986c0d78dfe644a43ae87 0.00 MB 1 0
105,516 105,516 000000000000d0c5eb4f3371e5fbff2cffd8bc3dfb1e86b17838358571c79785 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.22 GB sent, 96.59 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.