Memory Pool Memory Pool Refreshing

10,073 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (608,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,538 299,538 000000000000000000db6e29aa4e74bf06db71cfbed5d390bceade3c4a67fc26 0.65 MB 1,326 37
299,537 299,537 00000000000000002823b94da2642262bf2ec7e2e462761e4f330a2fb1056cc3 0.10 MB 232 31
299,536 299,536 000000000000000016c35b12bdc1e8473ef5980f07f0b8697e1e2b465975a9b6 0.20 MB 223 45
299,535 299,535 00000000000000002804de02cc2040326e2e46782db85bc1def9ed360187fa75 0.25 MB 617 37
299,534 299,534 00000000000000005e3dca6f7d13058f6a1253fe59972b745228a64cae62c016 0.16 MB 327 42
299,533 299,533 00000000000000005a315065e72030cfa2923a2273664d35027f78db992487fa 0.12 MB 256 38
299,532 299,532 000000000000000043f435f9a2cbecafff135d66decde5c3b6338ed651314475 0.05 MB 122 27
299,531 299,531 0000000000000000493a8918f782f745d4d2979ad2148f967772ee1e5d4c8efb 0.20 MB 445 40
299,530 299,530 0000000000000000347fc1fc707803d6a725b7caa984bfea60a3f90dbbc44715 0.26 MB 472 28
299,529 299,529 000000000000000036cfb26509fc5711bb60bd010bf37f76d92240d25f62d965 0.14 MB 283 59
299,528 299,528 000000000000000001b73b88e4fe1cca8cd325259a3ee91202d916f9aeb94bee 0.27 MB 511 34
299,527 299,527 000000000000000027f92a25e3ca6e85936e9c2cea1a82284416489769f81b2c 0.21 MB 311 25
299,526 299,526 00000000000000003f30ee736b6223e7803ccec592d5d737d637c673636a3d72 0.01 MB 27 40
299,525 299,525 000000000000000074764c6d2cc300d73987215a5ac0ff270b495d4a43f9d62f 0.05 MB 74 21
299,524 299,524 000000000000000043df6632232df5a3e65c1cba574d116853b8c411d514afd0 0.24 MB 313 74
299,523 299,523 0000000000000000536022eceeb5e6a2f45245c070cccfcf2445f5545966b492 0.11 MB 256 35
299,522 299,522 0000000000000000442c1a4e0ea66a19a9bf5422fae10cdd28e859f4e0db0c58 0.10 MB 169 27
299,521 299,521 000000000000000088a3df19c997dc4a968115d474e2d720584a68fd3c3ae6c4 0.03 MB 72 23
299,520 299,520 0000000000000000783200833e89ea9960e2b94e637320bdf3a3dfccf35dc7ee 0.15 MB 192 19
299,519 299,519 000000000000000072a2fd9b8ddc043927101691e1fce33e62e5e931e0a91f28 0.50 MB 1,256 46
299,518 299,518 00000000000000002057fc32c5594cffc411c4bb51d3c9efee200e675b6144fe 0.38 MB 286 14
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.