Memory Pool Memory Pool Refreshing

6,299 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,959 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (652,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,359 255,359 00000000000000042b47a42b5fe61ca69c93a30a13ce3aa84f28b76118669f06 0.00 MB 8 131
255,358 255,358 000000000000001d33147b87fef65497925c9ffc31d7743f00008d2b44670ee5 0.00 MB 8 63
255,357 255,357 0000000000000002c9516e9600deb1a17975f912a19fbbf7a4b76e87bbe1c41f 0.05 MB 141 102
255,356 255,356 0000000000000003cdf2a11c9f91bace637a32a0b51f56f54df90129e339f742 0.01 MB 22 116
255,355 255,355 0000000000000024cb1affb5672b254d479b9366a6ff0c1627d3b3aecfd1675b 0.01 MB 15 95
255,354 255,354 0000000000000028ef124bbc2e479086e893b52c1c03309200b1f5db4298dcee 0.02 MB 34 99
255,353 255,353 000000000000003b6c0ecdcb1cb1eaa67b9893e78d3d73b704e4cf3bc64c8ab2 0.03 MB 53 14
255,352 255,352 0000000000000003ceb5bd6000c1bf8f2410be6b2a4f6d89c1b58225ffa73bfc 0.16 MB 366 106
255,351 255,351 0000000000000020f5e51d5aa59276090257bcd0f12cb5cf8dd831805f76bf2b 0.06 MB 121 112
255,350 255,350 000000000000000b24ccb9eb01d3db96e717286dca88c2612664c4bddab2c9e7 0.02 MB 51 63
255,349 255,349 00000000000000077363c75f7c26c6237d67231cb065288c217754c20fb79281 0.01 MB 40 67
255,348 255,348 000000000000001ed5a410f6687da4100a54d5ef86a14b0cf83575b494134a45 0.21 MB 311 79
255,347 255,347 000000000000003aacea54a8130a98943765c885dcf3a1c32a9dfe82a2972c6b 0.02 MB 35 50
255,346 255,346 000000000000001e8240a50590203caf228e01dbaa474f55cd5f83aaf17789e1 0.16 MB 320 83
255,345 255,345 000000000000003be82811b669a97e29bb85856aaf9b5fd63182a9ef4b6ea742 0.00 MB 5 418
255,344 255,344 0000000000000002eb28a3d278a27e289b64da9b71a5809d5822128ed2e4a285 0.01 MB 28 60
255,343 255,343 00000000000000123f413a87bcb9772e570e38edb0ae85273bb2b0920aaf43c4 0.04 MB 90 175
255,342 255,342 000000000000003b86164f1e6a4442ade9fc96d69fe2f75c0ff1e418ee0c1219 0.11 MB 186 88
255,341 255,341 00000000000000223e111500da4aa1c69ab5092df95245c15924e20ed94f94fa 0.11 MB 252 117
255,340 255,340 0000000000000008e7453f21b76cd3ceac0c3cbc9c59aeca5257038921b99d6e 0.03 MB 69 105
255,339 255,339 0000000000000015c0d1309f586f5f3501b4d16e14add65b07f177ed13298d6b 0.07 MB 136 78
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.