Memory Pool Memory Pool Refreshing

6,166 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (749,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,471 158,471 0000000000000bb8da673595719eb79e8e7d4141e3e969f43e3267d69ddae4a3 0.01 MB 23 16
158,470 158,470 0000000000000b06f57cccc376856aa16ad74f6a8a308caa01aabe19c2f7cda7 0.03 MB 67 62
158,469 158,469 0000000000000e315e28bdb6b2971c8cfc6488445d3d076b4be138261460117b 0.04 MB 132 50
158,468 158,468 0000000000000d365357d45cd1833467f1fe8af21942908b0ab4299d594167b3 0.00 MB 5 190
158,467 158,467 0000000000000c7eeed32abde70f7eb435d182d3290deeb6db89a7e375b13cec 0.00 MB 2 2,481
158,466 158,466 00000000000006bbc174b72072664e23ec251dceb9ad1fb0a72bbcc6e571871b 0.01 MB 23 37
158,465 158,465 000000000000061bad55cecc413d32b7b798b7a14d16581680879d59c4e89f94 0.01 MB 18 128
158,464 158,464 0000000000000ad0a4bd9867fa8d8e1693fca93f836eb95c8a5e72d057153f47 0.01 MB 8 17
158,463 158,463 0000000000000902ffcc7c303a21f7875c981bb5f9682c761714a5cdf16922fc 0.00 MB 1 0
158,462 158,462 0000000000000313e79da7e63ffe5d6059660f9001e7e4db59ec3b1725297f37 0.04 MB 101 10
158,461 158,461 0000000000000c7907622bd7e174d6c85f1ddc50fcb13ffbf0488cb584a65af6 0.05 MB 130 144
158,460 158,460 000000000000003ce63c6fb16bda2b502e6c9164646552d3afb47b1c13c79bd7 0.00 MB 7 248
158,459 158,459 00000000000005d9026ca97a2d517662e5630c1f7b19b8f50963a9479100d2a5 0.00 MB 6 18
158,458 158,458 00000000000001c6f8c040d1073844de107ad19bae70514d7ecc0fb61aa063ab 0.00 MB 11 33
158,457 158,457 00000000000006862f067e32576a91c6e3b51da5f84092cdccb5a929ad61fe2e 0.01 MB 12 369
158,456 158,456 0000000000000868c0ebfa3a619e7c76b7455fc43377e49eadfcccf59f89a0b3 0.01 MB 24 201
158,455 158,455 00000000000007c867152696a5b009f0bee351531db5e1bc663cb7f2e07ae19a 0.02 MB 29 89
158,454 158,454 0000000000000272ea2c7a5678302cfb1334d4ffdf2578929bfc5ae4993ed8d6 0.01 MB 13 79
158,453 158,453 00000000000008d8b10f3d6e0286dd3fd876a283cfd0240a5a76c5a430a00dee 0.03 MB 78 167
158,452 158,452 0000000000000adbe2c3bca225080077fec38e72fea63667913037b1c8deba3e 0.00 MB 11 681
158,451 158,451 0000000000000d7074e64b3b807c76a4ad1e6ad9c503cf5317358709d17a8e92 0.00 MB 9 264
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.