Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,434 transactions (0.39 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (849,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,487 61,487 000000000acdaba841f35088e119fc785166ef5b5988d2c2aa00fc137a8f45aa 0.00 MB 1 0
61,486 61,486 0000000005a90ace7b52b6cf6ac0879e6642451f2bf9deeddde1208479b13f00 0.00 MB 1 0
61,485 61,485 00000000028c66990bcdccf9a0e4a45c9207125a5c5e6b76b68cc7a2c1bd2842 0.00 MB 1 0
61,484 61,484 000000000ae60ceb001bdaf9f089f3e9c58722fc6bd8d02b8867a732f5aca071 0.00 MB 1 0
61,483 61,483 00000000056e9de6dd191fe6cb156e76142069452697269979fbee839f4e04be 0.00 MB 1 0
61,482 61,482 00000000044f2a70011a0ee050476786caf834bd098f149c042c417be61d5834 0.00 MB 1 0
61,481 61,481 00000000074f8d3de2fcccdd84cb594bc8983c6644286fa4701bf5f7b7428b13 0.00 MB 2 0
61,480 61,480 000000000bd4ab8e7b8a3134139ebd87d5ba8530cc6189794e045e6a40ff2c7d 0.00 MB 1 0
61,479 61,479 00000000008a0607a61d63ad556477588bf4b9541a0dc996c1d44c8edaef6ac6 0.00 MB 1 0
61,478 61,478 00000000092930ded52d9717bf68ff53fe362a9ac51947695269154e5cddf85d 0.00 MB 1 0
61,477 61,477 0000000008ea853cd36ab93bc7c39dead1b7e551d1b9002da99010d8c316f559 0.00 MB 1 0
61,476 61,476 000000000b96c6b41f842a56581c8b8e7d5218449f21df56c7a1389ae69e0609 0.00 MB 1 0
61,475 61,475 000000000142119ed0170ec12cdcf54e78d90cb046e09e325fa1aa0e20f1e725 0.00 MB 1 0
61,474 61,474 000000000aac3d238ac5d54c0a98791dc8a605a5af8a718f7f287fd2012b1534 0.00 MB 1 0
61,473 61,473 000000000e8c51606fcc458e3fa0336d25ea0d880da5f64c6068991c01d15ede 0.00 MB 1 0
61,472 61,472 000000000bcf9c1e34e1f2b169a212533b8219d52c7ea15a0106233581520278 0.00 MB 1 0
61,471 61,471 00000000018a0f35fd463529b7bb80ec63fd6a7ea9d0b55d36044fc48d2f2f05 0.00 MB 1 0
61,470 61,470 000000000d05230db0ea38d2e218665306d8ec0be98ef111ec72c34c18494e36 0.00 MB 3 0
61,469 61,469 00000000066382be98e4b10691d4842b927b77e37c8465701daedd5f510363e3 0.00 MB 1 0
61,468 61,468 00000000019641346e29cfe022a0df42fe2ed1d2aac167c041d23e894da8b1da 0.00 MB 1 0
61,467 61,467 000000000339fdcfc84de1568dc38b7a959798082d4ea15727e0749ef4197fd4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.69 GB sent, 121.46 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.