Memory Pool Memory Pool Refreshing

7,022 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,875 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (386,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
521,279 521,279 0000000000000000003a9f9829da1435c27cb1feb95f290afce4c46f9fc809d1 0.69 MB 876 31
521,278 521,278 000000000000000000033cba73877f819acc596bdf132cde77def900598e6582 0.35 MB 561 23
521,277 521,277 0000000000000000001b1461b76482cdc9d6ec805b7c6fd8781b365f203fa212 0.25 MB 623 4
521,276 521,276 00000000000000000003dc5fac58f6cd4e0fd569324b26e12429324b359481ed 1.12 MB 1,854 40
521,275 521,275 0000000000000000003242764a11d62d212a81fe664f35c7f2b490a17e9d8f57 0.80 MB 1,316 27
521,274 521,274 00000000000000000039b066cded57b2e6a66e46f9d1cbd994727dae6287e2f0 0.80 MB 1,159 33
521,273 521,273 00000000000000000009c240b57684c7d52f2fc4788f8a6443100ab7c85bbc2b 0.66 MB 1,237 33
521,272 521,272 000000000000000000075238ce12698ca183b5eeba7cc74bd48d1cd96260d943 0.98 MB 1,781 24
521,271 521,271 000000000000000000113fe86e6797a91454ee204ebc28ffa0133257e6cc3403 1.13 MB 2,074 43
521,270 521,270 0000000000000000000c15197178351f90beb4bc2769478454eb23aeaaef58f7 0.40 MB 771 28
521,269 521,269 00000000000000000042db8b68f6a61d98ea273f7ed647c795711e741a114261 0.54 MB 877 4
521,268 521,268 0000000000000000002a51356242b20aef4cc313154fafe67635cd1e108fdba5 1.12 MB 1,465 34
521,267 521,267 00000000000000000031d11a39dc294bc22bbc5e1df2cf8e44260999cfb602fd 1.16 MB 1,998 59
521,266 521,266 00000000000000000011bb595ec770a0a35fbdf275a551163060a5b3ef7ae246 0.02 MB 61 30
521,265 521,265 0000000000000000002384b2ee1e89a74c41274dda7421c55e484af176fe8f5b 0.55 MB 1,026 30
521,264 521,264 0000000000000000003455d6ba3ea8de12dfca3ced4c99830efd27d9d80641fd 0.75 MB 1,584 27
521,263 521,263 0000000000000000003b8fe2c04dee27c15c520bc2e0df91406ca992cf731621 1.18 MB 2,327 46
521,262 521,262 0000000000000000002355681e8fede317187239b3f88448f8ee82bd57af8043 0.33 MB 757 38
521,261 521,261 00000000000000000011b0af8b640bbdd0f888121833f74379dfd8dc6a30e26e 0.57 MB 756 40
521,260 521,260 0000000000000000003e05488899cc2f0038804de4cb09f2c98458acdfd63149 0.69 MB 1,317 31
521,259 521,259 000000000000000000436eddd31940993a1df159463a230f963739d2e92e28fb 1.20 MB 2,115 63
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.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.