Memory Pool Memory Pool Refreshing

5,737 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (683,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,380 224,380 000000000000019a66bb283cfd909639fa869f1dd8f8d0373e4c80c4b8dc7fe6 0.11 MB 106 18
224,379 224,379 000000000000033018b5172075cae954b73e6220f3c2851bd4be5573473c6b0b 0.45 MB 512 26
224,378 224,378 0000000000000173c8b1bee8ea0698a656c7ce4a18bd389760ac8cfe8672cd5b 0.14 MB 336 209
224,377 224,377 0000000000000293e86dc0a8a3b670b7d942721d11b9c84909dc1076b385e7c9 0.16 MB 345 188
224,376 224,376 00000000000003b22b97af743b5caeae1dfe3bb7f08e33c128c6ff0e9ff88aee 0.25 MB 557 224
224,375 224,375 00000000000001873bea32586559502e1be5b3cec7caa6a75758281cf041985b 0.04 MB 94 47
224,374 224,374 0000000000000050e16c467428c00c60235eea41417ae287faaad81231cca842 0.11 MB 242 182
224,373 224,373 000000000000000f238c4d588f4a1379c12378b5c1559e99bf7875876768e56f 0.16 MB 181 82
224,372 224,372 00000000000000f4dd08b190c3ada9663b15a576059ba7c07ab8f22f5f89cf10 0.25 MB 637 286
224,371 224,371 0000000000000121a7964423b58580fca3e813c5ed3217ab546cc924ea56b12a 0.12 MB 285 145
224,370 224,370 000000000000030c702ad5fc4eb7bb021a3af64142bc59989b6ee6f5314bcec2 0.20 MB 462 253
224,369 224,369 00000000000003a7653fca25ab8c67c6a20d70e0f93e63d7ce1e4bafcc2d1e7a 0.11 MB 110 64
224,368 224,368 000000000000017645120cbe05cc6a99d3b32663a22a7b2130e7d81834e6e56c 0.25 MB 661 234
224,367 224,367 00000000000000ec6cc7f15ba2cb77b73e42dcb46cd128a43774d8d49dd72af4 0.13 MB 258 159
224,366 224,366 000000000000033ee496979737628fdb24468e4ab07e78fdb3cf7052863418e3 0.25 MB 500 178
224,365 224,365 00000000000003a6e4a12e2570aaca072ae639ca7f1b9916492cb1525c36ce58 0.29 MB 655 190
224,364 224,364 00000000000000d50e54479dc841a288f62c7b4cc0cbba20b53b55dd64937ffb 0.13 MB 258 132
224,363 224,363 00000000000003a9b0841d824010d052a19e3ce445208dd92e5b24241446e9cb 0.00 MB 1 0
224,362 224,362 00000000000000c949b825c793f7fba908831a552acf8f5aafcb7aeef95f43c1 0.25 MB 580 164
224,361 224,361 000000000000029de2f602674260cca4f98268c13b97f7a536f8835af84a37a5 0.27 MB 647 195
224,360 224,360 0000000000000214a2a913a9f8a2d4cf87b5280a64b4f8aa63ee0a423ca2aa4f 0.19 MB 434 171
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,625.83 GB sent, 93.05 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.