Memory Pool Memory Pool Refreshing

5,991 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (116,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,315 791,315 00000000000000000003d200cb86fad534d6e9542e805c671bede9b8e89f3f6d 1.59 MB 3,712 59
791,314 791,314 00000000000000000001006f558f9e98a5ceb2ff0ff24c1a353b7a687775f8d6 1.55 MB 2,249 34
791,313 791,313 000000000000000000011d85617a91635285a46fdd9a8b894119108b61319dff 1.53 MB 1,727 41
791,312 791,312 0000000000000000000589c72e2094df10eb629daf6545692cae57491bd17a78 1.79 MB 3,050 52
791,311 791,311 00000000000000000000b78eed7cdc74e2d46f941b922bf3e390a3dfbc31ef25 1.48 MB 2,634 58
791,310 791,310 00000000000000000000ed9c6f3d62342255fd6c4b8ad71d1f0504fba345cb8e 1.60 MB 3,531 67
791,309 791,309 000000000000000000051c657743c516268146432c87bbcfadbb467d06f7e030 1.64 MB 3,144 48
791,308 791,308 00000000000000000002375b405a4f644ec4220ede166977eba425c5fa139c7c 1.51 MB 3,112 71
791,307 791,307 000000000000000000042a106ee018730570a8cc4d828d4f3cdc824962e57e0c 1.61 MB 3,636 64
791,306 791,306 0000000000000000000276d23b54c0f233381baaf28ab9e5b9e779313cf01151 1.80 MB 2,327 30
791,305 791,305 000000000000000000031faf0a29ff511d899e51b057cb91217dc7d342754285 1.89 MB 733 30
791,304 791,304 00000000000000000001b0dc2174c00070b57eabbb21fd5cb6610b998099a349 1.85 MB 3,277 46
791,303 791,303 00000000000000000000b01de7a691b741e1a9a2d6b056054e86c732ce9778f0 1.76 MB 3,575 55
791,302 791,302 000000000000000000000d48eef40c7568bc51f43ad1d1bb5196874288e9bdbb 1.77 MB 3,059 48
791,301 791,301 000000000000000000034890cdb31b2df72dcd46427596fc5645b3149da7f3e6 1.77 MB 3,097 48
791,300 791,300 000000000000000000059ede17dde7b5f965fe7fcebf87972e74e26f140fdd34 1.84 MB 3,005 53
791,299 791,299 000000000000000000053b2ed5c0e7a2a86db2b11691d0f0ea627a69008e3024 1.73 MB 2,829 56
791,298 791,298 00000000000000000003c989fb73a945e87898c315f603ee87f6f27239518c9b 1.83 MB 2,770 54
791,297 791,297 000000000000000000057a272040ba6bc01a2bf97d834a33178fd81567fc5ab9 1.83 MB 3,137 56
791,296 791,296 00000000000000000002b6ad0e9ce9907d3cb7c04269127b95c2a71bc552ad82 1.96 MB 2,267 55
791,295 791,295 0000000000000000000451784a8c5e52adec1b444dcee1f6e8ab14be7072c1bd 1.59 MB 3,617 64
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.