Memory Pool Memory Pool Refreshing

7,726 transactions
2.45 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
891,084 0000000000000000000251050000000000000000000000000000000000000000 ago 1.00 vMB 3,793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,083 (889,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,486 1,486 0000000060eb46c50cca1b37bf0bd6446740a2cb07498a15b590b22f48e6a5be 0.00 MB 1 0
1,485 1,485 0000000028e31f00c3cdcfb301a40e3b1169efd6018c463ed47e7b51a9243784 0.00 MB 1 0
1,484 1,484 0000000068026e7e0c455f0f390b250a71ecf8b8911fe50c86b0e4a37cdcf13f 0.00 MB 1 0
1,483 1,483 0000000094fac7c1faa819b126571e587e533558930772bf31d86f69cfb744c2 0.00 MB 1 0
1,482 1,482 00000000fa1547e48cef5ec9988b7c847805dffe71d3c282392c72835e4f8300 0.00 MB 1 0
1,481 1,481 0000000000a4d1bff90f29495e4c45d96609dcdc278264511d90e5f1602034d5 0.00 MB 1 0
1,480 1,480 000000009d0fa2b877d57be5825026b4c2a570fab8f8bccf9aa718f9090d5747 0.00 MB 1 0
1,479 1,479 00000000ccf0a366e9a2bb095d95cccbadadead0472ef15e913c708bb3e021f5 0.00 MB 1 0
1,478 1,478 00000000fccc14ebbe230e2bd9f5cfaa0130826c8aeed79aeb530df1c5f4320c 0.00 MB 1 0
1,477 1,477 00000000147af18d29249f5c9eed6c2f38c9f8ab4fe48d0e7b84cc9f411def02 0.00 MB 1 0
1,476 1,476 00000000772c87d06808e98d88a78e03cad08198276062da4face95c6bb16e04 0.00 MB 1 0
1,475 1,475 0000000010534ec39cb6ebefeb87faaadeb1e38fe1a170350f1b20402ddb0c5d 0.00 MB 1 0
1,474 1,474 00000000a105efad7932483c4a82aea3ef3aaad1629d825dca80b78206a0b670 0.00 MB 1 0
1,473 1,473 000000005695bd272704009b6a34cd94e96d7edac90aeb8f717687b1c89b76cb 0.00 MB 1 0
1,472 1,472 0000000046474f6974d802f88eb1735d18ba82a5ffd3ce9f241ab77a964bf03d 0.00 MB 1 0
1,471 1,471 0000000033e95c68548033b74ec6563d8bad103323121d88de2b1d0b04f3728b 0.00 MB 1 0
1,470 1,470 000000002207b009445560de0ccb14ce5933c32c5aa5a277e2f4c244b5ea3e09 0.00 MB 1 0
1,469 1,469 00000000275bc54ff48c36cd5226a3660155618cb73a7bb45550033dc29cfec1 0.00 MB 1 0
1,468 1,468 00000000389c21647e4c1444abfad4ef7d186694f5a0e080bf617bd99692611f 0.00 MB 1 0
1,467 1,467 00000000b50162424132d6ddff8beb0f9631dbab8b09effa3aba51e34a8aff59 0.00 MB 1 0
1,466 1,466 000000002a3be77c2d13aaa76aa74f8c6a0395230c0664b932b3790305f2214f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 739.81 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: 3,519.52 GB sent, 160.15 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.