Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,421 transactions (0.40 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,690 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,410 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,689 (892,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,351 19,351 0000000002aae2bebcf2e6115ca0301278d2b5c2f40c078aeb7497d55c7e4542 0.00 MB 1 0
19,350 19,350 000000000735db89945df23eeca9160fcbd458cf81f7bd60b59cf801bcbfc5ac 0.00 MB 1 0
19,349 19,349 00000000957dc4aab0c3dd1fc9a5c9258978b84fe24c8b8d600b03381ff86897 0.00 MB 1 0
19,348 19,348 00000000c1d79e910d8fc540dd4c6ff6c94a2520ef04e59fd2f07ce1aa2628df 0.00 MB 1 0
19,347 19,347 00000000dbe8588b10201de4e8c2c496be3e98b90c96c15d9ddd1ce5ab3bc2fa 0.00 MB 1 0
19,346 19,346 000000002dc4709dbaa85c9238d2068d3397765d0471ebebee5e319439399f49 0.00 MB 1 0
19,345 19,345 000000003adc3080998c0e7b3afa76088cfdba6212a5066947780f6d34dea4b1 0.00 MB 1 0
19,344 19,344 00000000c330063751b5bfddb5ae88d1750f30703aafb92c7a0c369f8f753a30 0.00 MB 1 0
19,343 19,343 00000000c587ab36418e3a9633c8f063a33e58d97ae7d513b5274aa1e156438d 0.00 MB 1 0
19,342 19,342 00000000bd76d389724288023516d1f328d31254acead5d2ff22cf6815292d43 0.00 MB 1 0
19,341 19,341 0000000070dc0e8dd42b6bffa0391dd3e689743e9b90dbdb198ca1771ac9a9c5 0.00 MB 1 0
19,340 19,340 00000000b03d97fbdcb8929b4fb81f8864813afe3f0d54a3e489503b9a8a6fea 0.00 MB 1 0
19,339 19,339 000000005f63a7b1e91ada25eedbb77f76476fd653c81baf2f54d08bb45bc54b 0.00 MB 1 0
19,338 19,338 000000000cd2e9f2d76a0cb144b1fb1ac9137efebd4d9f313bcf23619254e74a 0.00 MB 1 0
19,337 19,337 00000000db50183966c53c4c6ae3a6a2b01e463fcea22ccd49a901484f20a451 0.00 MB 1 0
19,336 19,336 0000000004de5aa0788f098337e085da6ee0a55c8c6649db247ea04d59b5f632 0.00 MB 1 0
19,335 19,335 0000000054a0b12990e3038519bceb7780d6e4ed67e08abd15877425320d8fb5 0.00 MB 1 0
19,334 19,334 0000000032387eb1752843ed21c2bdc0359c8ec59a33a101e7554b64e51529dd 0.00 MB 1 0
19,333 19,333 0000000032194cea8fb55d2155abd1ee216441870c96361bc6941a0b70051453 0.00 MB 1 0
19,332 19,332 00000000d35addd60ad4b88426af0309d299b04a720f1d3e910036c1b8908dfb 0.00 MB 1 0
19,331 19,331 00000000a5f88f94b643c3235b3fb65871a58fcd6fb8f262fa4e0557a7e5add4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.51 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: 2,425.52 GB sent, 131.21 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.