Memory Pool Memory Pool Refreshing

18,643 transactions (6.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,459 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (882,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,511 26,511 00000000df0c0c64db5bc35fa5cf248d0b31b353c2427fff90256db06f82b681 0.00 MB 1 0
26,510 26,510 0000000032463542a8788fbf105e60082b2f1cc6fcb74c6dcf14845e219740d8 0.00 MB 1 0
26,509 26,509 00000000fb5b71fbf2854ad91c98513a64dfccc421c6ea3cd3bddc56b3133f56 0.00 MB 1 0
26,508 26,508 000000001bdba6a85fe304ab97abebdf50c20e916b19122656fba6af3678ca46 0.00 MB 1 0
26,507 26,507 0000000041fa0df32bf5d6c61d6ceb9966ecb17418602b2116c14d8a96d7837e 0.00 MB 1 0
26,506 26,506 000000002e4ff03f9c8292637783b44022cb0f96a69f12ed96174fc6f9b57638 0.00 MB 1 0
26,505 26,505 00000000a6e2242a53efd8fa1c4b04b1f707b139c439e201e12d35f47d5e10fd 0.00 MB 1 0
26,504 26,504 000000001aa2ab9faf43e90d7b76925e13a2d5e61d794068ceaa4a9c39069a19 0.00 MB 1 0
26,503 26,503 0000000058ea7763fabff5b49d476962caef0de65e5546b0a8de84b794cec2bc 0.00 MB 1 0
26,502 26,502 00000000a34df780864335fa44506e95b3940950c48bb7f57a26df45d43d86e0 0.00 MB 1 0
26,501 26,501 00000000350bef4072eb22a313badd5df4d0258b6be1fca1e58710d699947048 0.00 MB 1 0
26,500 26,500 00000000508cf2dedaa7168b3d13d04ecbd10befabd4c831e2073236e98cea33 0.00 MB 1 0
26,499 26,499 000000008cefac194cdf0152264dbfe55ea398822106f4201fafc11fd694df93 0.00 MB 1 0
26,498 26,498 0000000046226ee000e071375f8f59c24527d82e835acffd20e72178100c5563 0.00 MB 1 0
26,497 26,497 000000003cfd25b506264f07fa118eec9982a610db7e0172427f67192cd0fd16 0.00 MB 1 0
26,496 26,496 00000000227123d9c149a37fd103b5ce43422f2ab8cbd4c29aca7e0d743bf016 0.00 MB 1 0
26,495 26,495 000000001159e69f14f0ae853551a0711d9a3893bb9976a0dc67704f429cf24d 0.00 MB 1 0
26,494 26,494 00000000e0c80298a4998cd559e6a184a3fd4cf02cae73d8e81734a9e0ceb56d 0.00 MB 1 0
26,493 26,493 00000000eb9947b98181a7e4b9868297450655f4a89f92e8913e472e14015092 0.00 MB 1 0
26,492 26,492 00000000cc43dbed4e64fab290df1840f2e8683743a73e68ba8477d569b086d3 0.00 MB 1 0
26,491 26,491 000000009a7b80dedf4b0399a6c4a7aababf69c6e6ef27f6726ebdb7fd89082d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.