Memory Pool Memory Pool Refreshing

2,422 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,386 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (573,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,713 333,713 000000000000000018ddd5b590d68521af6a391bc9546eac078464a5806e8f63 0.77 MB 1,619 26
333,712 333,712 0000000000000000100441610cd58aa7dadb900a4cec72d3b0f55bbf319f7abb 0.43 MB 364 16
333,711 333,711 000000000000000010b9969251b74f3c7bdc8b2e7b58a197e6b149a689ca588e 0.75 MB 1,957 34
333,710 333,710 0000000000000000098ed12e54156f30b2fae4c8cc0da5389cf8f1c6f42d3751 0.23 MB 318 18
333,709 333,709 00000000000000001a47789f208a1a8a488682aaf491f23a1b1da4224600f002 0.10 MB 156 20
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
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,616.92 GB sent, 92.85 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.