Memory Pool Memory Pool Refreshing

5,399 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (794,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,512 113,512 0000000000007bc0c8c9263d91a8958467081124e51ab4d888956e75847552fa 0.03 MB 124 34
113,511 113,511 00000000000065ad0469dacd83854ed9299caac1200d0b8f4140bb5daa8a897c 0.00 MB 1 0
113,510 113,510 00000000000082dff57553ab2f65f8dcb680cfada1117efa760d1a5c6084286a 0.00 MB 1 0
113,509 113,509 000000000000cf33fe432944b8239479371f340c103518458ca2b52fc45e6510 0.00 MB 11 0
113,508 113,508 000000000000afbf7acfe830d5bf547a7d010a5b4a5bcc58f8e56fe7f541a68b 0.00 MB 15 276
113,507 113,507 000000000000c517cd52bdc90a6a10116b86dd22826dee48e1cf22b321ad1f43 0.01 MB 18 0
113,506 113,506 000000000000d272842e9ab886a0e02d6c07bb258e26e53cccaf1565f845a14f 0.00 MB 4 3,865
113,505 113,505 0000000000002b061c0d753e66857b271bf38eb72170b9c9c285b48e1382a547 0.00 MB 11 357
113,504 113,504 0000000000008f59f34ed3698bea1b734e6e0523c30aea0da84895b72d60a925 0.00 MB 10 333
113,503 113,503 000000000000a787578a4862766a7d371736ea15f824eb52d6257866e170bc57 0.01 MB 34 0
113,502 113,502 00000000000077427014d3530b8078de0250195a8f3da5d7502f806f66623169 0.01 MB 24 322
113,501 113,501 0000000000004e6835531fec9a386cdb446fb5becdb6ccb9d09431afcef8f937 0.00 MB 11 625
113,500 113,500 00000000000019cca398fe0a4d6d4fffb2396596d4866b933971b4c16b5bfddb 0.00 MB 14 0
113,499 113,499 000000000000c393235f98122ddf88a6a0beb01bcf8f9bb781dfe428dc134a2b 0.00 MB 10 680
113,498 113,498 000000000000555f40b2d40928f98082ab7cf9003a19c98784d3fc70e2a53e34 0.00 MB 8 0
113,497 113,497 0000000000001678b90a228672d0e0fb93e7050da439b6d1e909364a08d09881 0.01 MB 9 558
113,496 113,496 000000000000d322e232755b2adc7bace5fc73de5c8a3f93746be30469a18faa 0.00 MB 7 338
113,495 113,495 00000000000065c96a65319589ca3d239803ab36304e38b19fc90ae25fe5f321 0.04 MB 155 24
113,494 113,494 000000000000bb5d9a41df3864bf38e6ee5b26b0aeabaaefd27e422788b234bc 0.00 MB 16 483
113,493 113,493 0000000000005056609634b6775fa04da5276205375cac9374f8b9b2162ee2f8 0.00 MB 10 336
113,492 113,492 000000000000550d93dca7d48b7cf5e3c4467b403a72e07aca487b97b6197872 0.00 MB 10 1,078
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.