Memory Pool Memory Pool Refreshing

3,133 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,082 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (614,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,013 293,013 0000000000000000174708ddcf752287038bf3bf428d3b15e3497513df56de1b 0.24 MB 442 30
293,012 293,012 00000000000000006e248110e570debd9d48e5705ac158375ed75ae9c2e755b8 0.32 MB 423 24
293,011 293,011 00000000000000007128389d3e714ea6274688bdfae2d6767446bff2975c7839 0.35 MB 754 77
293,010 293,010 00000000000000007c96023bdaa7670b840add38a73d34d23cccf9104c40ab27 0.02 MB 23 27
293,009 293,009 000000000000000050a00168057879189d02df7c881577be27f58d8bc2b4dc1a 0.29 MB 463 32
293,008 293,008 00000000000000007fce10a5fb95223f66d232483c3a9fbc859474dc7e8d5130 0.01 MB 31 40
293,007 293,007 0000000000000000676fedd3b86b859194e8f5f9c982d964010b5afd7013088b 0.05 MB 104 30
293,006 293,006 0000000000000000db3b866e87c429deee6adb6137566c99479dc1bed18e8ad0 0.13 MB 232 32
293,005 293,005 000000000000000077249935d9f6cb42115275aa3d76919d7da11e2abe0d6f69 0.00 MB 16 18
293,004 293,004 00000000000000004a06700399f736f157c31420b22189f641937d73177e7156 0.19 MB 223 22
293,003 293,003 000000000000000098080cce1b77081b13cb6bb0ccae2831c57ec1266e22945c 0.25 MB 717 47
293,002 293,002 0000000000000000d97dd060d2cd4cc532631d6cfa4610eb4bc14c23a496a5a5 0.03 MB 51 14
293,001 293,001 0000000000000000a1e689745cf34cbca48fb2d75fa6b37a5d8fe95dd022fd38 0.46 MB 608 27
293,000 293,000 0000000000000000c504bdea36e531d8089d324f2d936c86e3274f97f8a44328 0.17 MB 373 39
292,999 292,999 0000000000000000b358b3b54788547080f49ed52392c2ed32a241951e2c9d5f 0.10 MB 104 22
292,998 292,998 0000000000000000747cf5ccce62fde7da42ece32709382abeb7d95960d75980 0.25 MB 429 30
292,997 292,997 000000000000000074e97f24bc669968fd444db9ecbeb52e869793f0cf87b792 0.10 MB 256 38
292,996 292,996 000000000000000088cb42bc8212de79040b663eee85a665168d0c35eaa8a049 0.06 MB 104 29
292,995 292,995 0000000000000000d76d6ef910d54c27577e3599e4a4046023b6130bedae29e0 0.21 MB 287 25
292,994 292,994 0000000000000000cc72882e5c822cef4dbaffb43a510f2d01c748a3cee2e0ee 0.19 MB 243 23
292,993 292,993 00000000000000005eaa14b4589559cd1f015f9d5b644a3d524882ae9639f0c8 0.28 MB 538 36
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.