Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,340 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,891 000000000000000000022b910000000000000000000000000000000000000000 0.36 vMB 1,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (882,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,436 29,436 00000000758ad39557262ca1b8964d1f744495791b51821fc672abd10706bb5d 0.00 MB 1 0
29,435 29,435 0000000028076f5935f2057b288998b224ab20d8a2af70fe4a3fae6e499571d9 0.00 MB 1 0
29,434 29,434 00000000f690a9ec3d8f42b88fcb6452691f4158018cfdf66a297a60e7cb89a5 0.00 MB 1 0
29,433 29,433 00000000dbf0297beb386c48a7799b0f745d35b1c5f57d895fd49850d7612d08 0.00 MB 1 0
29,432 29,432 0000000039f716415e247ac7e1afe5974e84310c9b59ca11ac5124a0fa02e54f 0.00 MB 1 0
29,431 29,431 00000000b3564411729c75026d77aee64a2c2635d134d828fd74d265749a379c 0.00 MB 2 0
29,430 29,430 000000002be826e62b044c080a61a9317ec6c9b935b433ef16a066fc4e68cead 0.01 MB 2 0
29,429 29,429 00000000ebe7946fd9dc97ea8151a0b853c640043e1b7d59b9e23e01271bac19 0.00 MB 1 0
29,428 29,428 00000000e8cf7fc309cd3fb1963f63547bde1e222ba27e7c703d923a11055b16 0.00 MB 1 0
29,427 29,427 000000002d1cca4a8ed84043c0c9668e1f2cc2c72934cfb7d18518503d4b2056 0.00 MB 1 0
29,426 29,426 00000000931d4e729a9c90626f5a0306864c14a9456ec1379205a30b9260704a 0.00 MB 1 0
29,425 29,425 000000003e9f58e1334ac474d898bedbf873491cd032c7523e6705f4cbed6716 0.00 MB 1 0
29,424 29,424 0000000059def700bbee2f34d702f5647d430c2ae3a45508806b671bd31a1b99 0.00 MB 1 0
29,423 29,423 00000000407e9bcf02a47fb0ccdc63982b07f38678571688b8d482fb01d5650c 0.00 MB 1 0
29,422 29,422 00000000e240ad526ecdaf9fb731c05cd1b7a2cced3c3489860ce4fabef9e84d 0.00 MB 1 0
29,421 29,421 000000007b5da5b8e67f0fdbbd43ddf1f8b69b736b6c49b487bc594919a6959c 0.00 MB 1 0
29,420 29,420 00000000f15eaa9838bf500d32156127b9d4bea59e0946f03541e1c9029cc133 0.00 MB 1 0
29,419 29,419 000000003bbe3a2c59f5d703e95e9b4e9f61cbfd9c064cfc8af95641c2004ea6 0.00 MB 1 0
29,418 29,418 000000001d5155bd6020cb62703ec2bd8e2dd6cec05e4f34574098a46b4a4293 0.00 MB 1 0
29,417 29,417 000000008592b1dc5fde8cba13e69a2bd53a336bcf0fc476fe5e6783454349bf 0.00 MB 1 0
29,416 29,416 000000007a5b210e01502bdffa7362d781dc5bf060c74067ca95ecdff72e6c1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.88 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,477.38 GB sent, 132.90 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.