Memory Pool Memory Pool Refreshing

7,360 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,724 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (293,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,544 614,544 00000000000000000011f94aaeed5fc88519ea279ab7155500aadd973bbadf46 1.15 MB 2,976 8
614,543 614,543 0000000000000000000306c72f1522039391550803ee038cfd937507bf9e9619 0.30 MB 782 8
614,542 614,542 0000000000000000000393626ac9289d3e4861b53198f306f4415b63fcfd0dfb 0.19 MB 386 9
614,541 614,541 000000000000000000064903aa1feb7e2bd4ac274814440ac0d57cdede476707 0.09 MB 211 8
614,540 614,540 00000000000000000003f548e7de4ed4b2be29a7ef6ef51972652ce0186e5495 0.44 MB 1,391 8
614,539 614,539 00000000000000000007f0715e9949718056b6763f519d768ba041bf6fb1940a 0.45 MB 1,147 15
614,538 614,538 0000000000000000000ef29a6b706a4d9f23aaf3643428bcb9e14cbb20286551 0.64 MB 1,520 14
614,537 614,537 000000000000000000102478cf1168449c3c3e595d4541a1bd290bd85b89548c 0.93 MB 2,376 12
614,536 614,536 000000000000000000075206e211943ab153b019fb3eca1a7401551b1c61460c 0.94 MB 2,201 6
614,535 614,535 0000000000000000000cc115e5fb0726dba6278d56688ef78eaf42b04fdb838c 1.33 MB 3,363 5
614,534 614,534 0000000000000000000ff1c7d4248d840d217709f549f02bb9c7c196398ec3fc 1.28 MB 3,239 12
614,533 614,533 000000000000000000065dc6aaa5e00958c7f7a4a072ca9b881777996cd02783 1.25 MB 3,456 11
614,532 614,532 00000000000000000012b05586df23f01cb22113e7fbe3b008c43eb03c6a7295 0.97 MB 2,105 8
614,531 614,531 0000000000000000001116941433d5660d3d2097a24ea0b65039c848c04323fa 0.71 MB 1,622 10
614,530 614,530 000000000000000000015de81d5d60aa24f213b5e1aca6b5741810fe4ffb0164 1.36 MB 3,184 8
614,529 614,529 00000000000000000010495e1f802e00df5270757f177ed3b4d1c7ab1a6bd383 0.20 MB 617 8
614,528 614,528 000000000000000000010cd4ef6327a690c2d52fe1d5ebf9f0fc4ef230bc413a 0.23 MB 605 13
614,527 614,527 0000000000000000000f0906cb21a2f4f3eefd62a4e18314d4cf6184ae037494 1.26 MB 3,457 2
614,526 614,526 0000000000000000000de645d0bc224579819b6aa0d273cdb1b035e07a0e7a56 1.21 MB 3,161 11
614,525 614,525 0000000000000000000c931bee6b3580f3f523953caa2d5bb874003c3a7252e9 1.25 MB 2,863 8
614,524 614,524 0000000000000000000894263c5a2918133cc55c38be551226319e987d61a6b7 1.38 MB 3,622 10
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.