Memory Pool Memory Pool Refreshing

3,180 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,705 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (812,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,496 96,496 000000000000a4e1c47b29657981828858d756407f147ab0686c5f3676e13ed9 0.00 MB 1 0
96,495 96,495 000000000005748466d34e18d64bf5b203f06a1efc5e25d2085f99f04fb98ca6 0.00 MB 1 0
96,494 96,494 00000000000464f3a974b669c36c745036421f5b6dce98d6ef3a6d26f298e409 0.00 MB 2 0
96,493 96,493 000000000004b3102944ddbd8f908dc639363dd16bd5c883b71614d6eb400182 0.00 MB 1 0
96,492 96,492 000000000000379dd5f9e4ebdd6b10b2eb4565668d7d2d3ef7509f514ca9ed76 0.00 MB 1 0
96,491 96,491 00000000000188ef10593acf02fca30084d48d7265efb596a491702877a7fbc4 0.00 MB 1 0
96,490 96,490 000000000004ff2a393713a79429a82c1c3e06bd04196659e181fe7fe53da5a9 0.00 MB 2 0
96,489 96,489 000000000001c0a2c95b1eaaddca60827f7b64c727f569e39694ca8977d8d30b 0.00 MB 2 0
96,488 96,488 000000000002abb4d80c1d7cdbe103aba2c59ae908a0fdb3a260c3de2706be92 0.00 MB 2 0
96,487 96,487 000000000003f28964d6bfac3b2a25cff06ea87b71ec3b89cade9f52ab2d10bb 0.00 MB 1 0
96,486 96,486 00000000000256d2764da734f91a95ddef16424f7b63142e229e754732891ba7 0.00 MB 1 0
96,485 96,485 00000000000140fcf1fca2fe492f5afab61c69147612cc5116feceb92280e239 0.00 MB 1 0
96,484 96,484 000000000004d28d2b92cd27f830c77563754847594c838f449f57bc721394bd 0.00 MB 4 0
96,483 96,483 000000000003e98b8b0a722bf7f307fbe70fbfc160bce41b2b890d34b6ff88f5 0.00 MB 1 0
96,482 96,482 00000000000648d3e1b6b18a0a8bf50f0045cef2532be2297420386eff7619c1 0.00 MB 5 0
96,481 96,481 0000000000032954f4d0d124696d54f10456571b35bbf678261154a1dd523104 0.00 MB 2 0
96,480 96,480 000000000006b488caafdd52a99f6033abef2968e2a36f072b3df79d0dba01ce 0.00 MB 1 0
96,479 96,479 000000000005aaec7dfa403b986ac1e05eaeaf94ee87772e1a721efb63c8f579 0.00 MB 2 0
96,478 96,478 00000000000144bf2730a959cf2a26617df3ea21ad0a4fb7dc6a0696f477417a 0.00 MB 3 0
96,477 96,477 000000000005cba73ed66dbc4347a0369a309d578557e70b6e857d1a42e244b9 0.00 MB 1 0
96,476 96,476 000000000007ef03f24bf2cec557ed73161e57a1b8d8a95573c7c3caa71cf5c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.01 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.