Memory Pool Memory Pool Refreshing

6,017 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (420,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,401 487,401 000000000000000000cc0fcd85dac85fc8e5f92bba43e3860847bcf12ea384c9 1.00 MB 1,621 107
487,400 487,400 0000000000000000008d54300aa6096cd67d588edda08e78e0cb8a8edc85508a 1.00 MB 2,721 26
487,399 487,399 0000000000000000003871dc24c78a2368ec330a9aa5702e85343464a2697ee3 1.00 MB 2,041 147
487,398 487,398 00000000000000000071822df191a37904c53e00f14e528bd4b6e6cdd1b05263 1.05 MB 2,523 24
487,397 487,397 0000000000000000008f562c749412d6e5649bc00ef972880ab3938f75bd5128 1.03 MB 2,455 26
487,396 487,396 0000000000000000007288efe64d3cf336698035e5103c77e9563f3cc3353aa4 1.10 MB 1,852 150
487,395 487,395 000000000000000000e977da654723b838d7a844b8735b864f8da21883f6abca 1.00 MB 2,417 150
487,394 487,394 00000000000000000003f8c927eb90a722f784de9c38b8495229b6046e94a336 1.02 MB 1,805 76
487,393 487,393 0000000000000000004738535dc2af8757c37ea50a482ac9ac1f6d3fe80c4231 1.02 MB 2,824 196
487,392 487,392 0000000000000000000e91b623dda09c1d3c7cf96c18168e1d9a6be1cebc9e43 1.04 MB 1,845 83
487,391 487,391 000000000000000000e163bc74f30a0bf92708b97a08a760fc245bd35602c48a 1.00 MB 1,833 169
487,390 487,390 000000000000000000278fb40dbb3d02517f6ed998ed7bd2164a84c42d6eee75 1.03 MB 2,614 192
487,389 487,389 000000000000000000b3301262fe9422a50ba722d257520879945c8e656f8130 1.02 MB 1,478 100
487,388 487,388 000000000000000000bef13b2571326fd96861ddb701403e28de8978362a34cf 1.01 MB 1,915 98
487,387 487,387 00000000000000000031b9f812455e60ec70fc4e69157fe478db244ef84cde19 0.00 MB 1 0
487,386 487,386 000000000000000000f4b7b25b2f162b94fac3b54a6fffd34ab6348264438871 1.02 MB 2,387 170
487,385 487,385 000000000000000000bd89c9a6015b9ff84c07ac95183159cdfcab7555917ca1 1.02 MB 1,040 18
487,384 487,384 000000000000000000e705f2beaf792786320a41a725e6e4f68a0510cc2ffb64 1.02 MB 1,927 99
487,383 487,383 00000000000000000045c291de10bedcdd8e3948f28712252e36bb2968a62183 1.03 MB 2,529 75
487,382 487,382 00000000000000000020f200e3e417a8ac0bfe5278498e2b771ad55554165530 1.02 MB 2,453 121
487,381 487,381 000000000000000000157970cd288d8e9b7a3d86be92f4f32bd84dcf3cecacb9 1.04 MB 2,625 130
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.53 GB sent, 94.39 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.