Loading Tool

Explorer IconExplorer

Memory Pool

31,616 transactions
25.66 vMB
0.12883826 BTC
Random Selection Loading Transactions
Max Size: 127.01/200 MB

Candidate Block

Mining Attempt a663305e8b90b3870297d21f99684a5940cd4d636b2847cfc3a25538f7e6d73d
Version 20000000
Previous Block 0000000000000000000114b741a7ea5e22a3b1644a12fa289ff8ee974cfb5855
Merkle Root 0327a158312530a2b3908c7d2ad242600291be43fc638fc183e891872c640661
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.08068472 BTC
Feerates: 502.67 > 8.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,219 (847,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,328 66,328 0000000005e5f57874a2a749870c512de5c480b8c7e28dd196375a3297da83d0 1 0.00/1.00 vMB 0
66,327 66,327 00000000037f49f4e5250aed78cb71662e731c5ef04e1a6a8a7555a96464a048 2 0.00/1.00 vMB 0
66,326 66,326 000000000962c1ff23433e1a8818c1676e42e8f333372fb0019d6b3dfdd1ca16 3 0.00/1.00 vMB 0
66,325 66,325 000000000abd81c583178c321a5456d9121f8f763597f60a31a3411c240fb83c 3 0.00/1.00 vMB 0
66,324 66,324 0000000008cfb8463973926a6a049e547e27d764a4daef2cfa96522e503f8f1f 3 0.00/1.00 vMB 0
66,323 66,323 000000000aa69644a1c02a13f19df21d9c40e614b0a298e5992dd77ccbb4ec00 6 0.00/1.00 vMB 0
66,322 66,322 000000000366a0a42d5cd7c74cef24c1bec5af8fe8cf224b95d5c4fb386554b2 2 0.00/1.00 vMB 0
66,321 66,321 000000000a1c50824ca534fe093cd5b192585c18282b1e71b94af867e51f9ad7 1 0.00/1.00 vMB 0
66,320 66,320 00000000005e20f0fb4364f74507f0d5790f8b1845e776819a6abd764730680b 1 0.00/1.00 vMB 0
66,319 66,319 0000000003a9a6c0c63823b025e57bc08d6665456a3049b9df856904f22b0139 2 0.00/1.00 vMB 0
66,318 66,318 0000000009797c9f30a49e9185ae0de23024f65fdc73125dbfebaf1b0084d262 1 0.00/1.00 vMB 0
66,317 66,317 0000000000b52db8ee31193d079202d11b4716092f1483b6b3497f53380acc48 1 0.00/1.00 vMB 0
66,316 66,316 00000000052b11e4d9d65e8124f1b7dfbe1f34eb87ea10dd015453a20372fe8f 2 0.00/1.00 vMB 0
66,315 66,315 000000000a4bb9d7588a073c3f2e36960c19d4deeafe23ff9e5b1aac266ad51f 11 0.00/1.00 vMB 0
66,314 66,314 00000000066153b0237606d5995b50756939d27c63384a365daf6c2f9094dd76 2 0.00/1.00 vMB 0
66,313 66,313 00000000080b2723fe9e08a905e5bfa03ae4fa9e30f005674f28ff1247a6c0d8 1 0.00/1.00 vMB 0
66,312 66,312 000000000434681110d450dbdd7cc6ebd4d0e81c2274de9b4a7fb8f46db7ae59 1 0.00/1.00 vMB 0
66,311 66,311 00000000077328cb066fb2125dbc5337b7fe60ccb26d8c4eb946cd9fbdb968d9 5 0.00/1.00 vMB 0
66,310 66,310 000000000557d2a824fddf86b7a9c978911646efaa7f75d376dc1182435ad055 1 0.00/1.00 vMB 0
66,309 66,309 000000000aa03f685f1a2e127cdfe92238871c07aca4a15cfee5b843a8431604 2 0.00/1.00 vMB 0
66,308 66,308 000000000183422c1108d1471e4e9c3e120b7b40c968c5df510daf9ad82422e9 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.98 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: 574.89 GB
    • Received: 8.21 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.