Memory Pool Memory Pool Refreshing

8,026 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (641,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,540 266,540 00000000000000088eb4a92e088449966a5b7a2b4f4f841871a5adcfc2860deb 0.12 MB 281 106
266,539 266,539 0000000000000003d60e77038cd01c6808cfa57b0e8c83da9114b1f853c0cd2e 0.15 MB 320 85
266,538 266,538 0000000000000008765c9ba357fa7f1ac9684e00950992a24c3ba26eb3cfe2c5 0.31 MB 682 90
266,537 266,537 000000000000000aec48bdafdddbd29e540ceb6b8150c07faae7c91388624ad3 0.24 MB 613 99
266,536 266,536 000000000000000704435e70fb9b332332095c2d7aaac33191569200b5696365 0.02 MB 58 36
266,535 266,535 0000000000000003161c2c9309b513dba91da4f96dff09181832f52a19059009 0.14 MB 351 90
266,534 266,534 000000000000000a7b045d12a6c34b07c1c3cb4151ebdafd99c8cfbe7f9d4ac4 0.19 MB 444 102
266,533 266,533 000000000000000a2b55510751b619852afc9436f87e72cc8db30fe66ccc05e5 0.20 MB 341 58
266,532 266,532 000000000000000ae9073b5d31c91dc005673736247faa9cfa911777730aa1e7 0.25 MB 601 105
266,531 266,531 0000000000000001fc5f8d995e840a2cf782bb1768ce2814aa482ef80b99cd74 0.02 MB 51 40
266,530 266,530 000000000000000859b4b61a146b12812b318741b18cb56fd0d26fcf8d9d9a66 0.20 MB 455 84
266,529 266,529 0000000000000009fb4643ffc792276cd6bff816fb7bd16886cb36de510ee01d 0.06 MB 128 84
266,528 266,528 000000000000000091701d8e18d52ce63738e4ab689b53e21341450ae70c10f1 0.12 MB 294 125
266,527 266,527 0000000000000003eea44c4ca382e6f90f8f7b0d4eedcaf684f3d66c860f75b9 0.04 MB 117 59
266,526 266,526 0000000000000000a2323d80610952b5abcdb5212943ae5a66ab1ed3b4b612ae 0.05 MB 84 18
266,525 266,525 0000000000000006a52c3212b63ab87d43e3ead645d9a6aac41b9daf392d71f6 0.20 MB 508 92
266,524 266,524 0000000000000009764b2bc69ead5c48c5218e86930f83b878ca2fe58be96082 0.21 MB 386 86
266,523 266,523 0000000000000007b403feee748d7e48c68c177d88022afa58230dbb77d95b0c 0.24 MB 409 32
266,522 266,522 00000000000000032bc75dc114d5b09035a3a2b4405a74540cbae314c9dd3b4e 0.25 MB 450 124
266,521 266,521 0000000000000000b32fc2273a893d619f4ed6d45d36763480a78bf8a253bc2b 0.10 MB 166 56
266,520 266,520 00000000000000020135da31b75dd0d25ab9b42948b267c9aaddf9169f684dbc 0.21 MB 546 110
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,624.90 GB sent, 93.01 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.