Memory Pool Memory Pool Refreshing

9,716 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,832 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (802,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,542 105,542 00000000000160a11858fe58f272b404d21e385b337a0e2546ceb41cf9941d2b 0.01 MB 28 0
105,541 105,541 0000000000013e2bbdff5032b018ca269245da66bb0a92ef8dac579188174a1e 0.00 MB 3 0
105,540 105,540 000000000000041f672d6716f386798a88fb09fac70b89462de080820fcbc5c3 0.00 MB 2 0
105,539 105,539 000000000000afc65e986f8396084d453a847c00afedcbc7a1b018728b789504 0.00 MB 4 0
105,538 105,538 000000000000c88105e48d8ff1561a562e6bc6789632d43e26c0bcbdf6397ba4 0.01 MB 3 0
105,537 105,537 000000000001286f4e74a69167448743ddefa1097c4b24a8097eff53aeef1d04 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.