Memory Pool Memory Pool Refreshing

10,369 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 ago 1.00 vMB 4,197 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (797,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,260 110,260 00000000000029be0249ed979b9e07f9caf62aa59cd800bcd642a604b9f2d64f 0.00 MB 11 0
110,259 110,259 000000000000ffc4f452eb80d02c7dbbc5173cb9592384e7e26d0d25f43984fb 0.00 MB 7 0
110,258 110,258 000000000000caf57af795d0b4bddb8414d26c0055a6d97550201cbc0ceed021 0.01 MB 13 0
110,257 110,257 0000000000004ae88ba2f9a44ec63be5db80f651ae554e8c4cd95e9f38ad3119 0.00 MB 12 0
110,256 110,256 0000000000000351ea16d300da8ed31ef74d255909332098a2c8c05d850f3929 0.00 MB 12 0
110,255 110,255 000000000000a25415991d152909c53b422233616c58f4ce02f82537f7c03f77 0.00 MB 13 0
110,254 110,254 000000000001676f5756ed1900dd517d7f32c3d05a566c7870712c6774198767 0.00 MB 12 0
110,253 110,253 000000000000685990e669e667dd040688a1c72e83ec0bd9f66a85cdc43e6cc2 0.00 MB 13 0
110,252 110,252 0000000000012cba981cbde33c40b8d96becaf2047b60dca29e07f2fb80fd065 0.00 MB 12 0
110,251 110,251 000000000001956a69e9b866c171d09a126ddf7c4fda458b3f3368ca942fbb5c 0.00 MB 12 0
110,250 110,250 0000000000008b5b7d2c33d7dbaa1624ef7830b1629eed1a063bb1ec81e71841 0.00 MB 12 0
110,249 110,249 000000000001c31c7908696f9bbe8bb13b473600a40c0f4dee673e4005dd151f 0.00 MB 13 0
110,248 110,248 0000000000000716fccea524ec485f86adda784392d4ec52314d40e0476f7e08 0.00 MB 9 0
110,247 110,247 000000000001b9f132f1bb22b65247f2d8b857dfb0954e8594d5edfc540538cc 0.00 MB 13 294
110,246 110,246 00000000000197bdd715cc65bc188e9e2788d12a88ea21299887b770e806aa95 0.00 MB 10 344
110,245 110,245 000000000000f1629864e03ae7775ed6bc085b29ddd3b647d54ac7338ac7795a 0.00 MB 13 0
110,244 110,244 00000000000155ea6e489da79c74e9c21333465f1f913e44e4b3a421ced9c284 0.00 MB 12 0
110,243 110,243 00000000000166cee279e0c93ca4a211a61899694a508b17c8c5425b22892b8d 0.00 MB 8 0
110,242 110,242 00000000000048ebbcdbe8b9ff9ee9b7b73de40187cf176aa1a00370a1dd998f 0.01 MB 16 0
110,241 110,241 000000000000583f36b55d7236877d4ff66982732b6816959af4ee540cbf40c6 0.00 MB 11 0
110,240 110,240 0000000000014da15b0354176e949b185e5fb1bdb390051b3abe7c6bc8cce5f8 0.00 MB 12 0
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,642.50 GB sent, 94.38 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.