Loading Tool

Explorer IconExplorer

Memory Pool

42,004 transactions
31.68 vMB
0.08801122 BTC
Random Selection Loading Transactions
Max Size: 159.22/200 MB

Candidate Block

Mining Attempt 61b9ff7d73aafa271814cde89a6d0435f39a14df7218d73f2bab13ec7ca3da5d
Version 20000000
Previous Block 00000000000000000001bce059f3583b3cf282475591f68e58ba9a4e27df5768
Merkle Root dbf3e26ccc6b20672d8480a907b56593a362b575c8e073f2cf5d92e03f447556
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.02238492 BTC
Feerates: 150.77 > 2.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,567 (832,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,306 82,306 0000000000248c0008e372c45b60279d42a330f5126c520fd7c06e7bce3e4840 2 0.00/1.00 vMB 0
82,305 82,305 00000000000dabf66618f87aa518fcc3c1b3e5b36d5daadb842760ad73d7680c 3 0.00/1.00 vMB 0
82,304 82,304 00000000003571a54394f1aad023d4cbfd58e6719fcdf0ed0b6a0332a48e2a89 1 0.00/1.00 vMB 0
82,303 82,303 00000000003335ba4f50b0e314e8b62542b01a8692589ea4bb87a97e553463f5 5 0.00/1.00 vMB 0
82,302 82,302 00000000003179fce3b9145089028cef929dfdb86157128539facd2f2079c479 3 0.00/1.00 vMB 0
82,301 82,301 00000000001db1cca0aaa796691993f37370bccb4cb0ccf6f865310a5748c4ef 1 0.00/1.00 vMB 0
82,300 82,300 00000000002b4860a17ba2b96a849dd0b1b8e4b789b0d1214966e3c223e53abe 3 0.00/1.00 vMB 0
82,299 82,299 00000000002ef151a6462cbd22e5acc6df1e3df6f31e3c2af305b8712166eda7 1 0.00/1.00 vMB 0
82,298 82,298 00000000003ebb20c0af1de8410b96e74e7ad24b6df7ff784695b3e7406f3eba 1 0.00/1.00 vMB 0
82,297 82,297 0000000000449dea0baf1a10bdadc4bdb665c7fce00c026f1c6d50cb4320c96f 1 0.00/1.00 vMB 0
82,296 82,296 00000000003196ee9555e71a2f58e43e6d7db1d279e39a251a23fc92eb454d5e 5 0.00/1.00 vMB 0
82,295 82,295 0000000000305496a8039bc38f6c26c030e3a0663dffb6f459837075daa6541a 2 0.00/1.00 vMB 0
82,294 82,294 0000000000177ee0ee401f7428d3dd3c899541f1586578824528c9b724defab2 2 0.00/1.00 vMB 0
82,293 82,293 00000000000a901bb285c19d9344ba7665360db66ce1ada6188a2e61af21beaa 2 0.00/1.00 vMB 0
82,292 82,292 000000000040051945b1d15102f796899d280b539c4eab4da7cddf0f908c6bf4 1 0.00/1.00 vMB 0
82,291 82,291 00000000001223b2c6a8b0f1fb1b18263a106733021754ad68e7a33f728c1725 7 0.00/1.00 vMB 0
82,290 82,290 00000000003a1dd566b6a3584db32575815762fdf988ff14622925026533ad22 6 0.00/1.00 vMB 0
82,289 82,289 000000000043e5e48a9d82814bfb94d62a8a7cfb17d71cfd855ab9141b3dd9be 5 0.00/1.00 vMB 0
82,288 82,288 0000000000203f237857eb6a33edec5f373ecc7a8107e78cbfefe9ce8e8797c2 1 0.00/1.00 vMB 0
82,287 82,287 000000000043665844083c7fc132cf6ff239ac29110ca13abd7e6e2925e60d5e 2 0.00/1.00 vMB 0
82,286 82,286 000000000042e51b08fa18681c8217ca82bd2a4b4508fe7746aa9f1ec73d04a0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.25 GB
    • Received: 11.58 GB
  • Uptime:

Notes

  • 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.