Loading Tool

Explorer IconExplorer

Memory Pool

84,719 transactions
32.50 vMB
0.11749190 BTC
Random Selection Loading Transactions
Max Size: 193.32/200 MB

Candidate Block

Mining Attempt 1e37bd79e20095f1b9ffaddf263a04106aaf49b110975f8fae46a13bbd74a532
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 66d0282a263750df113154f96a4c1c657009cc67b84efd0c22a49d42b39e17e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.05206425 BTC
Feerates: 387.56 > 5.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (815,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,315 99,315 000000000004560e2c9e6c80d314805c37df4201926202cd44e6100b00d7aa1e 4 0.00/1.00 vMB 0
99,314 99,314 0000000000038b833b5edcb66f9ec6911330e0b9bf2c0f5c54721dfccc20f027 16 0.00/1.00 vMB 0
99,313 99,313 000000000002833d68392a5ff6408a8bab36668c24272ddd898d64dcac34b351 2 0.00/1.00 vMB 0
99,312 99,312 000000000001383c568469debea1ab5e6574d919b27b491a25f144517c51c6d1 6 0.00/1.00 vMB 0
99,311 99,311 000000000001c6b39acdcbb8944aecf1a8a6d150a9ef8022b6be509f0c32e9da 1 0.00/1.00 vMB 0
99,310 99,310 0000000000001db038e203b644a639bd1c22cafd4ef2b5e30509062c21088e57 1 0.00/1.00 vMB 0
99,309 99,309 0000000000033c1dba543da8c8bc7249a043f3d606e160c03b22a7b4e697034b 1 0.00/1.00 vMB 0
99,308 99,308 0000000000022061d0f85cfe89a32cfcc9514304189516033e1cc5aa7400b09c 1 0.00/1.00 vMB 0
99,307 99,307 000000000001f0b4fe6fdd3f8d1aaf28981fe00ca09dfe610e5c3380986f6c3b 4 0.00/1.00 vMB 0
99,306 99,306 000000000000f34e354beb4fb999d5bdfc1cf86da17fb97d75eba68c876af8b8 3 0.00/1.00 vMB 0
99,305 99,305 000000000002b148c032fadb13e406a04a9397420c1de52c58bd0e4bca81de3c 2 0.00/1.00 vMB 0
99,304 99,304 0000000000015a1ed7348a479e572b94701be7f2fe7a33c1197e7806bb05a9cc 1 0.00/1.00 vMB 0
99,303 99,303 0000000000035e6a344fae69aa7403225d1efcc47013848c941a973e0b6a0386 1 0.00/1.00 vMB 0
99,302 99,302 00000000000129efd609e580878fe5f8914b76f243898745c057a638d22f523c 5 0.00/1.00 vMB 0
99,301 99,301 000000000003076c16ec122268577b289a732481e2a3ada56f09d1c938d6d400 6 0.00/1.00 vMB 0
99,300 99,300 000000000003a9c8f5c7519b551b4ca6fa778b01cdb0483a2f7c4bb6d8b1759e 1 0.00/1.00 vMB 0
99,299 99,299 0000000000019ad880d579f156f3bf8bb902a1b08c50706c26288e2c6db83345 1 0.00/1.00 vMB 0
99,298 99,298 000000000003d7407e6dd8ada1112943e10455712ef499aa8902dd926e4730d9 4 0.00/1.00 vMB 0
99,297 99,297 0000000000031b4843adf9d4a6669b76d179687305a1c4064f1d390d56db0614 3 0.00/1.00 vMB 0
99,296 99,296 0000000000047bbca53680609f1f3082343c5cfc6fb6eccd227102f8d866f689 2 0.00/1.00 vMB 0
99,295 99,295 00000000000303ea52392b460b5b02e48f78f5d7f6de6c459ccbaf9a68e1008a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 659.14 GB
    • Received: 14.59 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.