Memory Pool Memory Pool Refreshing

3,820 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (574,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,708 333,708 0000000000000000018396ee4fb8085a4714f1638ef7d204095e115471569efd 0.40 MB 566 20
333,707 333,707 000000000000000009ce48f595bbd6737c6e96da09adf33c26e2089c06b098a9 0.27 MB 352 25
333,706 333,706 00000000000000001741b0faf7da94950a49bb6464f7d59d17685d0f8f715b3f 0.35 MB 565 22
333,705 333,705 000000000000000017ec44914e403920ac20f3ed231389cc544fa9b61f126306 0.02 MB 11 15
333,704 333,704 00000000000000000959632595b4a64b090d72005d3f5490f7f5186856fb2071 0.06 MB 90 19
333,703 333,703 000000000000000006f6074c5d9ccbd058bdc45b6f05f62578250a68e74c1464 0.34 MB 379 18
333,702 333,702 0000000000000000056f6904348f5c21f3d4c2581f9d10b289134185bd502b35 0.23 MB 528 27
333,701 333,701 0000000000000000002f6f33685ca1236f41303f808d0c2769a3528291640bf6 0.18 MB 295 20
333,700 333,700 00000000000000000b102601d4f83b876f28e492f98bc2da889b389bcaf2a1af 0.26 MB 333 22
333,699 333,699 00000000000000000e60912a9f0a4698eb38b096254b8fb1b08aa6da86c2bbbf 0.46 MB 673 21
333,698 333,698 000000000000000013c0ed93516eed6311d72b65437802fa9f39017e94bc040b 0.60 MB 922 21
333,697 333,697 0000000000000000071f8b13ed02fb33068f3dd5abf33cef76e3ba3889c9c80b 0.72 MB 1,542 28
333,696 333,696 00000000000000000af22608a6503edb6c41f6cd6a772bbc4e867a8beda6c411 0.05 MB 85 21
333,695 333,695 000000000000000011bf3f8548cd9fbba8ca4743790b6fc1685a2bf5db4b854b 0.10 MB 148 13
333,694 333,694 00000000000000001451768e351fc3d0a2e07a869091331c410f99a9765aa4a1 0.11 MB 202 25
333,693 333,693 00000000000000001875dc6247f6f958e74a7d2d97f205b092566f0e7dcc883c 0.55 MB 1,035 25
333,692 333,692 00000000000000000ff49111fbbe3cc946e01f9f895efc8342d7c43b9f54ee7c 0.33 MB 734 26
333,691 333,691 00000000000000000745af0aaa01274ab37430267a68c927e16d371a1a5ccdb0 0.01 MB 32 16
333,690 333,690 00000000000000000352469e9496f587e7605b4d86a17cc8898285489105f5e1 0.70 MB 1,180 23
333,689 333,689 000000000000000005f8b1a08c1b0f91e0beb20974589d60c8abdd9d9a43486e 0.16 MB 304 24
333,688 333,688 00000000000000000e9451d94845f16070885a3a093b7378323f6e6039ba5718 0.08 MB 191 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.