Memory Pool Memory Pool Refreshing

12,738 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (568,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,459 339,459 00000000000000000aa65c2482935c5a7e53b7d4c5d4e63666b5d4f7c5a7fb8b 0.08 MB 128 22
339,458 339,458 0000000000000000163286a58e3a6689bd9737119fb4e2c67a3fae83ca029e96 0.24 MB 512 28
339,457 339,457 000000000000000013d78bb068e5f8c449dd37c852f770790b02130aff6acdff 0.04 MB 53 20
339,456 339,456 00000000000000000da017f143202c504bb0ddf5574e12ed86c81a45f847df70 0.06 MB 118 23
339,455 339,455 00000000000000000b1870e65ee74354b3ac2af08b391ebccd38759213a3f3ad 0.13 MB 230 21
339,454 339,454 00000000000000000e0b5bb950dd6446aa423956fdce88ef19c67798960b7b61 0.25 MB 492 22
339,453 339,453 00000000000000000ff391534076f03be6e2caf951a1978caa8d6585210763f8 0.10 MB 195 23
339,452 339,452 00000000000000001898f6f27ae88b138e8244b22ce8cf733f4df5ea6298120c 0.09 MB 160 23
339,451 339,451 00000000000000000f817e6310d639f12d999c0e0fda64f0bf9807ed41a17d9e 0.27 MB 561 27
339,450 339,450 0000000000000000165e13c0f2ed15ee179fe2b7ed54d5c5ca00ccb067314e50 0.70 MB 1,374 23
339,449 339,449 000000000000000015d488c2929d5828b13ee76e73a0ce6aea747ad2d0429b5b 0.43 MB 755 25
339,448 339,448 000000000000000016e227bd5b16d6a8f1a246f354d9d1196f3cc71940cef0fc 0.10 MB 55 8
339,447 339,447 000000000000000014a10d8c5210bc43c559472afee8620cf1c6baa8c37692e6 0.10 MB 77 6
339,446 339,446 000000000000000010d54003c6cbb539034b01c7b12f6082a362ef666b26ad08 0.00 MB 1 0
339,445 339,445 00000000000000000ad1a0b717b7595c5222fac54bcfbf438b6b73e036fadbbe 0.75 MB 701 15
339,444 339,444 0000000000000000006c1cd3ce0312f753114740958d80bca59b7930676007c4 0.23 MB 720 34
339,443 339,443 000000000000000016ebc365342511262fbb1393e3974bab949094b4b8c081a5 0.40 MB 1,143 35
339,442 339,442 00000000000000000d28266ecbf4b4af93b18ed4319f438d197f1cae0f9e2878 0.07 MB 128 21
339,441 339,441 0000000000000000014629012f8c336175a08063b8cce804a9d5e96bcf1b8807 0.39 MB 786 25
339,440 339,440 000000000000000001197d2984c0c4968a3d05c8c0cecd9ad020b1113ffd03df 0.37 MB 299 12
339,439 339,439 0000000000000000002d24140375183c615d90760accbd25407776ce8db12905 0.38 MB 1,024 38
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.