Memory Pool Memory Pool Refreshing

8,281 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,850 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (130,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,272 777,272 00000000000000000006e1a58374eb34a327d7f3d7002035b42186a656e0fd0f 2.92 MB 934 4
777,271 777,271 00000000000000000006ea0a46f98e89b9d3801887a3cbedddca4e280c3606ea 2.13 MB 2,131 19
777,270 777,270 0000000000000000000504c946c897c31528f4182ffcd236fad1450bc627b45e 2.61 MB 1,344 6
777,269 777,269 000000000000000000047e94790c1739438aff2cc3c138da4ffada521b3fb295 1.60 MB 2,527 19
777,268 777,268 0000000000000000000536ba90cfb27d40951c7b04233069532048fbac230c4b 3.81 MB 290 2
777,267 777,267 000000000000000000001b206bca7f9215f91b9488d64b61acfa660ff2e31260 1.95 MB 1,695 13
777,266 777,266 0000000000000000000135ba7df38a1638f7444fc70c539f9e3517af73c89628 2.50 MB 529 1
777,265 777,265 00000000000000000002a9c972e8b87fdc43fdce6e3e3dd0b16decdcf050ecc7 3.20 MB 502 6
777,264 777,264 0000000000000000000727e1f87e92870780da5c1841109832065380526e75e2 2.70 MB 877 8
777,263 777,263 00000000000000000001109078fd59f6c8023940d7e556d8aee943668cbad773 1.76 MB 1,451 17
777,262 777,262 000000000000000000010672d82e68f854a2f0e674b81644ef37c020f31332e6 1.69 MB 1,244 16
777,261 777,261 0000000000000000000175937da5cd086b2ad9d4df314a3fa952f6a9ebb1ef2e 2.25 MB 2,508 13
777,260 777,260 00000000000000000001db9adea880924428e86231efeaca16c562829ed26e62 2.87 MB 1,474 9
777,259 777,259 000000000000000000072ad5f2129b0341ac0bff433f41f78f101570b62e0345 3.77 MB 374 2
777,258 777,258 0000000000000000000029d09d1023c1fa0d733f6433a59502bf6e14e66f65bf 3.25 MB 632 3
777,257 777,257 00000000000000000002649700e5bc9e417a412845b266d4e70b6b5d6204c0c8 2.51 MB 434 3
777,256 777,256 00000000000000000005b7ab85c00e5adb0c179cf332755784dbd02a409f5a7d 3.57 MB 749 2
777,255 777,255 000000000000000000028608eca94d922504b743c6c6357bea6b4b8bdf11e32f 1.77 MB 2,634 17
777,254 777,254 0000000000000000000432f10cb6f8d2bd98d04da84c13358dfe67094988d9d3 0.00 MB 1 0
777,253 777,253 000000000000000000013cfd48e86afc7cb62c0daa929288166a611f5087e016 1.72 MB 2,572 18
777,252 777,252 000000000000000000072ce871cc4c16451900d24a09588617ffe8e7dbad24af 2.76 MB 1,790 10
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.