Memory Pool Memory Pool Refreshing

6,184 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,969 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (422,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,378 485,378 000000000000000000533eefb30cfd2d51fa6aa64d44918178b45111c0a3dfe5 1.01 MB 1,259 13
485,377 485,377 0000000000000000011cf7a03eb77b2c234122012d0494304e83c4d92a4101a5 1.01 MB 1,835 154
485,376 485,376 000000000000000000c480ffb9cdedbb15058dcaec6458023c2b6808094e8307 1.00 MB 1,160 55
485,375 485,375 000000000000000000ce3a0b7a736d5b6ac32f8762593cbd03b1686d4b537faf 1.00 MB 1,991 144
485,374 485,374 000000000000000000dde2ad846afb33d5cff4725b3bf7bb538a4cb2eb332207 0.01 MB 33 523
485,373 485,373 0000000000000000007f5eb54eead7584be9b0e8d42f65093c50d36e78ee6a57 1.01 MB 1,358 54
485,372 485,372 000000000000000000a369ee3bf55ff8ff7027b80eb01f0957c7186dacf441b0 1.03 MB 1,411 85
485,371 485,371 00000000000000000059e4f49e342d91faed99ff46aca17dd3a62ef368dd3246 1.00 MB 2,232 164
485,370 485,370 0000000000000000000d464f76d2c70791ab8ece33da62d1629f67b344af89a3 1.01 MB 2,356 114
485,369 485,369 00000000000000000094538bba8bc2baa31dbb319b43b7f34431a23551ddde80 0.84 MB 1,828 116
485,368 485,368 000000000000000000c837c7544042008b6303e436e30347b5c70d13a7027d1f 0.74 MB 1,491 112
485,367 485,367 00000000000000000061e9d317509277092049397992e7804810d33ab252a75f 0.17 MB 293 144
485,366 485,366 000000000000000000788137bab26c876b786e375812a087a302d286b805f8bf 0.36 MB 752 127
485,365 485,365 00000000000000000053c9c0a881ee31fd92e378947b2dd50a7367fb2ae44074 0.01 MB 35 102
485,364 485,364 000000000000000000d60cacd573175b3aebc184b17c901baf41a2b2d148f48f 0.38 MB 705 47
485,363 485,363 000000000000000000d3a36bc9798239b659d57986a5e02f7c0444330a8c240c 1.00 MB 2,039 102
485,362 485,362 00000000000000000117ae59b8e7e3a2500b03748647a75d17890d56545b4c54 1.01 MB 1,509 168
485,361 485,361 0000000000000000005f1ae18efc4cca621a8aead671f7697ce36122bc06e2f8 0.68 MB 1,252 101
485,360 485,360 0000000000000000000feb9f9f4c2d387b675811594b62f2efab7834f22b9082 0.49 MB 595 33
485,359 485,359 000000000000000000023c863704af097661ed56e6cacbc32ed1d823aafa8ffb 1.00 MB 1,109 120
485,358 485,358 000000000000000001291291df6fa4f195138b134ac7ef246eb25cd1bc6e9612 0.33 MB 573 124
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.