Memory Pool Memory Pool Refreshing

12,202 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,076 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (595,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,699 312,699 0000000000000000332a159c11741156f69666c3ab471eaf7ad453158d834084 0.04 MB 31 16
312,698 312,698 000000000000000003b54012dbc5f3dabcc3365b24f034e722b76da89bfb80e2 0.42 MB 172 12
312,697 312,697 000000000000000016ad42d87bcfe24336ece8b4c2a482aa9a5a0208cef39536 0.23 MB 463 34
312,696 312,696 00000000000000000b7df6508193beb2e8da277d106bf6bd275c5332490828b3 0.39 MB 708 31
312,695 312,695 000000000000000038a77f9b39b957ec0dd7e95ae69543159060ce47dd37d1a9 0.11 MB 242 30
312,694 312,694 00000000000000002ec994cddd2efcf482eda660931b5f2e3ebdcc8d704a6caf 0.05 MB 120 29
312,693 312,693 0000000000000000338c430404c9a2d9e7356d822feebc77eeb3c23306f074a6 0.01 MB 32 52
312,692 312,692 00000000000000003851d16acad921a4464cb5513c05107552acf2a247d5eb1d 0.27 MB 467 26
312,691 312,691 00000000000000002e725cb4c4ba3cce18ceed1153deae9769a35560c6f04afa 0.09 MB 184 26
312,690 312,690 0000000000000000107fb5ebe4302b8589ffd29e0bcb03e626b4aa398fcafd61 0.16 MB 367 23
312,689 312,689 00000000000000002de23e0187b3945bd9f94fffa3c57dccec19b0bf23a2f322 0.59 MB 943 26
312,688 312,688 0000000000000000184f97900e885d91ee908274148604c1722cf8bb835c2f51 0.14 MB 206 27
312,687 312,687 0000000000000000382da5d0e40d3e6af954b84360f879b827dd47a37d310b1d 0.08 MB 189 32
312,686 312,686 000000000000000027b32623370eb14c72a29fdc950c693b8014c83de216964c 0.43 MB 192 11
312,685 312,685 00000000000000002e1f16151128896302341ff2f68f1e92e1abdcb4731feb3a 0.03 MB 55 23
312,684 312,684 0000000000000000246a8366995befc82344d843a95389565a27b94605e8d379 0.32 MB 528 25
312,683 312,683 00000000000000002da5c7470ae466bc4976c0788e951577db03285c9e8d8fd4 0.33 MB 405 23
312,682 312,682 00000000000000000a855ce5b1c5dcc3dff8863bcacd6fcd34dec2c9f2f35334 0.11 MB 187 26
312,681 312,681 00000000000000000feb06d298fe33f0acd6615897b721851d3c695ab1ec2063 0.39 MB 402 20
312,680 312,680 000000000000000017aa3be0714ba334dd5a8663eb1a605aa10b3b30da3303f9 0.74 MB 486 15
312,679 312,679 0000000000000000040cfba52cf6e771989b10455e6221b50c9902b9625ca95c 0.21 MB 512 39
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.