Memory Pool Memory Pool Refreshing

4,848 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,089 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (702,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,730 205,730 000000000000003fcbc4631e154bf687d47a8612567d5a10f5934c476790a883 0.13 MB 285 179
205,729 205,729 00000000000002d86cfb71a964ffef74f9c5f1b9b07edbace970cde71bcc05e2 0.03 MB 55 121
205,728 205,728 000000000000047d5889828b4155df4edc137934916a7061eb8f0673c4cb1ada 0.18 MB 363 166
205,727 205,727 000000000000043a04c8a88c69093aff0ac2db291e00f08e6323ca268d645530 0.25 MB 473 168
205,726 205,726 000000000000039781ad0738d9423328e562a72d189de0f71063823949fcbd9f 0.05 MB 150 140
205,725 205,725 0000000000000210bbc3ba8bd8f0ef260425e91e3ca2ae6114148a23044749b7 0.12 MB 356 251
205,724 205,724 000000000000013f9715ea51aa90a3c8e10f702b75b10e4beeb9ea7af001d10f 0.04 MB 58 168
205,723 205,723 00000000000004795791e71be141b0bdcb3864e8f865bde88434b50ec9f6154d 0.00 MB 11 17
205,722 205,722 00000000000003207f7e350790292577f31ad3a3be911c1e40a62960875c4360 0.06 MB 178 267
205,721 205,721 00000000000001d99fd82349406a7ca430085334464e2cdf1c48548544131d45 0.09 MB 154 136
205,720 205,720 00000000000003c964bb656667d3f9a6481e50ffd4b87dbd66dd54269432546e 0.15 MB 411 238
205,719 205,719 00000000000003d6705873ca6224028e20da573f8703cb89826b5b4c15251416 0.08 MB 173 174
205,718 205,718 000000000000013e5eda2f97eb9e210a425d029423432a765897e7541af76a11 0.11 MB 286 232
205,717 205,717 00000000000003cd46c72332b8dfc747a5f140a6c27fedf0e86d6b2cd3a80060 0.03 MB 68 197
205,716 205,716 00000000000002ae29f2095dd1a7ed0e8cb096378bef79516d775e7459827fd3 0.08 MB 170 180
205,715 205,715 000000000000026f409e8ad091362ce13c1a11c2389dda307ed5affc5c024568 0.23 MB 225 61
205,714 205,714 00000000000000b33e94cbe0bd709729e2454cf721c69ccccdacb4ff91bf5c12 0.06 MB 180 34
205,713 205,713 00000000000000b84ac37529bda2d0eada2d9c27f6524e23b3e4e317c1dcbab2 0.16 MB 199 94
205,712 205,712 0000000000000491ca606ce243094e129141d3a2a25585fdb55a94174264f6c3 0.25 MB 674 197
205,711 205,711 00000000000001359d4445e5873e1499355eeea59babe6bc57b067f8ea2457e1 0.05 MB 108 209
205,710 205,710 000000000000040b18186d83f69e414d80fdbef3219d436a095e309d9389bb5c 0.16 MB 430 211
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.66 GB sent, 93.87 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.