Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,280 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,829 000000000000000000022b910000000000000000000000000000000000000000 0.63 vMB 2,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,828 (882,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
29,415 29,415 000000008940115bf7b22e236f2125496f0654f96d99966d87fa71d9891fc08a 0.00 MB 1 0
29,414 29,414 000000000ae5ace6b3281c3eb5cbc4d3477e57d974b1953b0afb1adbe961ee6d 0.00 MB 1 0
29,413 29,413 000000007d1dca9e877a5a24cc7b2278f9e1800169d7b2c0f3ac00057088ee55 0.00 MB 1 0
29,412 29,412 0000000095c71e0af5a765695674c9986d31c74d14daaea5c6438bf21a5049fc 0.00 MB 1 0
29,411 29,411 0000000013361a3f5df1e29ccd2310c617ebdf54315b6715851405252001484e 0.00 MB 1 0
29,410 29,410 0000000079325018da9dd102ce6331d5a5bbb083a9cb9154a33ce24d0bea9ee8 0.00 MB 1 0
29,409 29,409 00000000e93b4684d0928c06f86f7baa7709b1443739396c36e7552d692d2e70 0.00 MB 1 0
29,408 29,408 00000000363f617bc2742ead56dab09e9db65d0e93355a2c4de989c035074f26 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.78 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,466.14 GB sent, 132.44 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.