Memory Pool Memory Pool Refreshing

365 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (435,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,172 472,172 000000000000000001267adba7ef48afdc7322ee9ed8b5a69ecbc0ef7dff8e80 1.00 MB 2,442 420
472,171 472,171 00000000000000000157d6eebebf85d46e9937370527730a4954d20fd7089bad 1.00 MB 1,156 309
472,170 472,170 0000000000000000011a5138fcf0bc55c77e4a394b527c996f414e34508a03c2 1.00 MB 2,311 397
472,169 472,169 00000000000000000043696c83f33335e785941f56971e3e161007f666cfcc9f 1.00 MB 2,553 338
472,168 472,168 0000000000000000014eb52bfa00e9ec70e2d114135c42bde217a31dc60f9f2c 1.00 MB 2,125 374
472,167 472,167 0000000000000000003f673f02166ce9a99fced24df7d8e793ca94bdf68a89b5 1.00 MB 2,226 391
472,166 472,166 000000000000000001647e77265b5ba6c1e8f0db6524285c9daa3455511d38e8 1.00 MB 2,182 441
472,165 472,165 0000000000000000016bac680f5b6aac338e06a9290cd68fdc1aa74a2361c95f 1.00 MB 2,561 358
472,164 472,164 00000000000000000158cd801e828c46889d44b93c23d0c2c43d22fbf9b5cda2 1.00 MB 2,194 303
472,163 472,163 000000000000000000f5a099e4a6b4addf76cd6c042e3ac0a6851187bfe0abd3 1.00 MB 2,228 367
472,162 472,162 000000000000000001537805e1f57c355db2c2a452d0c2c2ce94a444351d51ba 1.00 MB 2,371 361
472,161 472,161 000000000000000000cede68a960c64b9821e5827aa2c6aa96bc8a861276719d 1.00 MB 2,475 322
472,160 472,160 000000000000000000c65cbf339cec1b92ed739a438b41f7faba3a0ce4445361 1.00 MB 2,683 319
472,159 472,159 0000000000000000011a392411660150f0d283d28d129c83e029e6828f1434f0 0.99 MB 2,071 315
472,158 472,158 0000000000000000016d2eb5d26a661b36bc005f827c32614bebe97aab23358a 1.00 MB 2,132 355
472,157 472,157 000000000000000000b4e72ccb8e17abc7675a1aa5d164d47ca043fb569cc06e 1.00 MB 2,322 374
472,156 472,156 0000000000000000015da2afcde529a610cb4b1dbc2557589a483091af306a12 1.00 MB 2,644 340
472,155 472,155 00000000000000000111e84a357a09e774dff88fa726a3cb5860ff14e5dfb8f0 1.00 MB 2,493 402
472,154 472,154 00000000000000000189118eaa902b7b8f186e3c90b1d7f705e7cda6014a1130 0.99 MB 2,128 405
472,153 472,153 00000000000000000029f63ee195829b085f2a22c8d73dca2cbbe4b33787e5e4 0.99 MB 2,345 403
472,152 472,152 00000000000000000065f14a4421ef7b3ed67f55f442279d9184fbcf29f6ade6 1.00 MB 2,059 402
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.