Memory Pool Memory Pool Refreshing

453 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (809,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,418 99,418 0000000000036a6b79f5602297d40a907bacb486ac1d83f252dec5f3c426389e 0.00 MB 10 0
99,417 99,417 0000000000020beec7e16b5dcb2d7a9f30f92c78824332c7a7e12d3294f9ae20 0.00 MB 12 0
99,416 99,416 000000000000dc68c2493a383dc14e7107e92757b5bd62fa04d1c9bf420a57b9 0.00 MB 12 0
99,415 99,415 0000000000003c0412fcd36f5d36a7be55d987ac4e6d4d88cf9512febeafde01 0.00 MB 7 0
99,414 99,414 00000000000235938cab3825b3ce3c009beb83dc003c919e4a61fcca6cf52bcf 0.00 MB 1 0
99,413 99,413 000000000000ffc877d28b8aa4c51cf4e73cb45b59336966f61a253c93477e66 0.00 MB 4 0
99,412 99,412 0000000000022b9a978b2db25a55198ddff1c35730fef94844bf0b5db691f26e 0.00 MB 4 0
99,411 99,411 000000000001ebf269cd980e40b4cd2e7da213880cdfb458231c13aa641e5f5d 0.00 MB 11 0
99,410 99,410 00000000000029f2e560442dc84fd43030202c04349f8f6f8d56d18edd349118 0.00 MB 1 0
99,409 99,409 000000000001651d8b077a8bb5768de21ca78cac6d5c35b70975072547046b47 0.00 MB 1 0
99,408 99,408 00000000000290eca328c267945595d4c7b09ee10da02f36d86b03f3014bf4fd 0.00 MB 1 0
99,407 99,407 000000000000ac7b2c380948cb90cdf9240db461a82d6e6060e2c85e9866d538 0.00 MB 1 0
99,406 99,406 000000000003a3ed47937b0678c486a9f24be08f353c4ba93ec97b90d99af967 0.00 MB 5 0
99,405 99,405 00000000000063463df9c88a83ce20b1487f74c9e999ccd89e20444b6f577e2f 0.00 MB 2 0
99,404 99,404 000000000002486cb1421087fc55329ef1446682a07bf56ebdc1c62f8a272ed6 0.00 MB 9 0
99,403 99,403 0000000000026dde523d54be44f720c81bf0402a12593c33d213c7f137eb325e 0.00 MB 2 0
99,402 99,402 0000000000014fb680ca983dad862aff0b1451862fe3f99dc3b4de25761ed963 0.00 MB 5 0
99,401 99,401 0000000000001127faa05ac51020ae6618e8bdef2a8a90d1544dfd287daa05f9 0.00 MB 2 0
99,400 99,400 0000000000016ee002b1c9c22fa48bacb8bbea700ca06fcb3d11de6c8ce1ee1b 0.00 MB 1 0
99,399 99,399 000000000003a9be09f40fb48fb275a6d0dbb0a5b37807cfecbf0fe4bae315ae 0.00 MB 2 0
99,398 99,398 00000000000335b9e94c6023506894d7c7c212f2d93760d9ade34006773519ce 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.33 GB sent, 99.61 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.