Loading Tool

Explorer IconExplorer

Memory Pool

79,256 transactions
29.71 vMB
0.11748704 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt cdc2f315929e31627b067b8174930de73e46d5d53d3d8d796d7662bc294eca6c
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root b16d7b0bb67b613054d7ad37dfb7ad7edadd4bb493b32702b56518796818e0e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.05370971 BTC
Feerates: 150.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (108,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,328 806,328 00000000000000000003f8689f1e98e2064fa4a34d447d2a9a875b8abc563d25 3,848 1.00/1.00 vMB 18
806,327 806,327 0000000000000000000115a4118f5dab04b4ddf24349d8a6b047cab29f17591e 4,235 1.00/1.00 vMB 18
806,326 806,326 0000000000000000000017a96e6f1fce18ed698715b0eec59e9d50ab55acf1b0 3,338 1.00/1.00 vMB 14
806,325 806,325 00000000000000000000ffade5957c9bd8c64cff1d5c84ac93c54cb455adc567 1,563 1.00/1.00 vMB 16
806,324 806,324 00000000000000000002bc1ad7670fd1b33af3bd8b8fa222117b9b6fee677091 2,802 1.00/1.00 vMB 22
806,323 806,323 00000000000000000004534fb0de8f5d72ec5df99ca2963f99042f5bd9b12c47 3,166 1.00/1.00 vMB 22
806,322 806,322 0000000000000000000371a3982a5d35dc97a3e062b9bb0ab8874bd71d01cab5 3,107 1.00/1.00 vMB 17
806,321 806,321 00000000000000000002bca7764fd6d8768076597accd31da522cf3e74f512f3 3,226 1.00/1.00 vMB 24
806,320 806,320 000000000000000000049f65a2be4f5ea61d22b52d030a7a4e5086ae23d72233 3,908 1.00/1.00 vMB 28
806,319 806,319 0000000000000000000301eb746298993381616c37f4264ded28eff375b7f78f 4,103 1.00/1.00 vMB 30
806,318 806,318 00000000000000000004849c930482b18f1448c8ac789e40082e378a13774ca1 3,814 1.00/1.00 vMB 20
806,317 806,317 00000000000000000004eb8d814b47b48a2cf4412cd3e4677d0754e8858df922 2,726 1.00/1.00 vMB 25
806,316 806,316 0000000000000000000165f0a9db514f2046bd9176ca63ae23568b7b243eafca 5,520 1.00/1.00 vMB 14
806,315 806,315 00000000000000000003c933382881585383584193586c81dfd4b05de9a1fe25 1,491 1.00/1.00 vMB 19
806,314 806,314 0000000000000000000161240961a8099f13eb3b5c398476d43d9c2b04b775a7 3,257 1.00/1.00 vMB 20
806,313 806,313 00000000000000000000c10ba8281e79485e8d5173f10f1e66392f2c1c0aca34 3,992 1.00/1.00 vMB 21
806,312 806,312 00000000000000000002ab6e2f32e56a5784a443d9206b68a3e0731813c47d1a 3,155 1.00/1.00 vMB 19
806,311 806,311 0000000000000000000072be77717b2efae5985b56f3548c474971b64a7d3ee8 4,271 1.00/1.00 vMB 14
806,310 806,310 000000000000000000023d478e8c4b1c52959f692d2703162a1a3cb70b21e0be 1,929 1.00/1.00 vMB 17
806,309 806,309 00000000000000000000bee53608064f00b4423ab0b8485279863f84d60f48a6 3,681 1.00/1.00 vMB 19
806,308 806,308 0000000000000000000429a49b23be908d5bc48d688bdbd6768e6e58993e4953 2,274 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.