Memory Pool Memory Pool Refreshing

14,232 transactions (3.50 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,167 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,166 (850,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,599 58,599 000000000e327440af8df8d627bd80f741232378e6d5c8feffbffb6c73704c5e 0.00 MB 1 0
58,598 58,598 000000000a13c310303a2250e95262bf710b5a3c276e1aad0ee6492fd7e433b8 0.00 MB 2 0
58,597 58,597 000000000a8fe608d127e272003dffa299495eb1d41f370bf49de4dda7be4abf 0.00 MB 1 0
58,596 58,596 000000000c118177f9b406d6b60ac6f4ef7816814676eeb11f2b254f9ffbf38c 0.00 MB 1 0
58,595 58,595 000000000cc219350a40ca9b35e9fbe631e1f52500f2751252ad66d4c36adcea 0.00 MB 1 0
58,594 58,594 0000000005080a2c972d84dc3fdaaac53099f777b435bef485c823c93dd3ffd4 0.00 MB 1 0
58,593 58,593 0000000008d0c85cd4d453243dd90637902c6b252897e311d138c4d025b9af5d 0.00 MB 1 0
58,592 58,592 0000000004420e13dc2dad0bfad07dfece3c62e425bd8dd93200c2cb088f70eb 0.00 MB 1 0
58,591 58,591 000000000347ec03068e486a5d275fd3ce8a508048f2d3893d8bb38eeba85ba8 0.00 MB 1 0
58,590 58,590 0000000007abdad45c8fd93ebd635ce297e3018a741dc965b78d12bdd61358a5 0.00 MB 1 0
58,589 58,589 000000000a1d27bd893d98e050238ae03d85fabe8ce9981b65cf08740053fe30 0.00 MB 1 0
58,588 58,588 000000000d97dfcf416edf331170159532a71db276782a0563593e99c624e0b7 0.00 MB 1 0
58,587 58,587 00000000095ff37d7fb0bbbf3e07f8e2a89e4df817d66907085e9227b9758043 0.00 MB 1 0
58,586 58,586 0000000007212b27aa8f69cd745d35853dd77c805462f91e8a274c9784f942c9 0.00 MB 1 0
58,585 58,585 0000000006250465a39190a68a801a84a22a43977f607d7b527ea710ca89adaa 0.00 MB 2 0
58,584 58,584 00000000008890496d8d73a45419cd55ba19279d0c171afbe4e8a0f524cce9b1 0.00 MB 1 0
58,583 58,583 00000000078baf65ee27dc663972c5cd7d2da7dec385e86215e6c7725b338c0a 0.00 MB 1 0
58,582 58,582 000000000d68bdaa437a4259c8ee57eb8caa6ff39040b2f4966665ec20bb509f 0.00 MB 1 0
58,581 58,581 000000000529b65391f48113d9c3b5983db23785e3fedea5d13deeb1f4cb9229 0.00 MB 1 0
58,580 58,580 000000000da30781083d1ada5bc904c9959051293d1ce44583173109bc03e13a 0.00 MB 1 0
58,579 58,579 0000000005bb7c4cc286533430868777ab69c2912cdeb7a9431c1cf184c7ebe2 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.92 GB sent, 106.94 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.