Memory Pool Memory Pool Refreshing

1,630 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (465,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,421 442,421 000000000000000003b2f82b80e5ad6da69faf4891fbbbb051d161121a8810e2 1.00 MB 2,670 100
442,420 442,420 0000000000000000014d895dcc4fe711bfa84413ab699bf669669d8485b091ce 1.00 MB 1,766 68
442,419 442,419 0000000000000000034e94fa638404a75812f783a1d85befe543b6a5711b6d4c 1.00 MB 867 36
442,418 442,418 0000000000000000031054833b4d45cb1661525d861939abf20674982803e8f9 1.00 MB 1,820 76
442,417 442,417 000000000000000002eb6d07849d38eb9983a9580a86e11e0e4838bc3c2ebe1c 1.00 MB 2,115 63
442,416 442,416 00000000000000000282e8eba0c9606cc03e91a00acb42aa831f93657824579c 1.00 MB 2,858 105
442,415 442,415 000000000000000000d5d30b8de20f43ee491537dce5e6e4484937d926a30830 0.01 MB 22 74
442,414 442,414 0000000000000000009c95b4c62ca5930f5f5d36c3abb4ac572001e533da0df1 1.00 MB 101 4
442,413 442,413 0000000000000000028013a6847a44e6b1332f14958e2ea5b53ac5b7440bca5d 1.00 MB 343 13
442,412 442,412 000000000000000001242badb4b7a973fa56827d5431090b022f44181d5e7315 1.00 MB 1,315 46
442,411 442,411 000000000000000001c93b95a729b05e2fad3f6655b409071a67765bcea26a2f 1.00 MB 1,487 50
442,410 442,410 000000000000000001040588d30cd719b38d24612e4d20831804e056ade68281 0.32 MB 765 82
442,409 442,409 000000000000000001e421d364cbaae2055a4048c0b16c907408f066a963a561 1.00 MB 500 18
442,408 442,408 000000000000000003b3deec6b99696eee93cae110c121f0e9b00b82c91b5dbb 0.46 MB 587 70
442,407 442,407 000000000000000003c35f6aff7c5e68f8991f8782b7eca0b7b491375a91cd8f 0.11 MB 263 74
442,406 442,406 00000000000000000285230aee892224a575ea9dd7225aae7e3969666ab31671 0.23 MB 577 79
442,405 442,405 0000000000000000016d23bc5014011601b20b3658c251e5a995ffe03decb928 0.46 MB 827 63
442,404 442,404 00000000000000000292175a791835f965f3bd459f9bbf043a5b39891261b1aa 0.32 MB 362 50
442,403 442,403 00000000000000000170ed4b093bf19aaba438b8bb058b15df164cb427eb4d80 1.00 MB 2,483 89
442,402 442,402 0000000000000000005380244aceffa2f3f57830ca99664f41960592eb2742cd 1.00 MB 402 14
442,401 442,401 000000000000000000ac950ab58f9e66c0469ca3daa03d5d06b34b7826ce1f4a 1.00 MB 1,476 49
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.80 GB sent, 94.08 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.