Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.08 vMB
0.12672475 BTC
Random Selection Loading Transactions
Max Size: 180.92/200 MB

Candidate Block

Mining Attempt 09f2b9c02cded0a6894c79b8aeec41882d062a37fddf9c4aca1c354216d57a84
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 1ac33a922b68ae0f4e5f422a4f6d9335cc18c814d6b7218195cc0f1855201044
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,755
Size: 1.00 vMB
Total Fees: 0.05237236 BTC
Feerates: 242.90 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (229,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,349 685,349 0000000000000000000b34678620c6050f6633f60fc8afd96df058fe171a27b2 1,236 1.00/1.00 vMB 12
685,348 685,348 000000000000000000007b08a4deffe8b7b466720a92fb9f9ec30a61712f2f75 2,113 1.00/1.00 vMB 18
685,347 685,347 000000000000000000078d6ceda138ee8d0b6cea037241a54aa865c747aa3ac0 2,688 1.00/1.00 vMB 57
685,346 685,346 000000000000000000016acc33775c2ea52abeb4407381b84fee5f7af97fdd8b 2,067 1.00/1.00 vMB 14
685,345 685,345 000000000000000000061fd20f1be9a4b62607fccd3a803e7692d907c70faffb 2,325 1.00/1.00 vMB 36
685,344 685,344 0000000000000000000874d93714f56116fc825289c8a41a47049fa442ca634b 1,006 1.00/1.00 vMB 67
685,343 685,343 00000000000000000008f06f4ee6d8aecbf11afabe81caacfa25bd1d4ec80424 473 1.00/1.00 vMB 23
685,342 685,342 000000000000000000094dbef1c877651953dbafdc69b05fa0273b10bcd3b4ca 2,133 1.00/1.00 vMB 63
685,341 685,341 0000000000000000000709b37039c17037efa15aeda130fc2ca2a78dcf8b14ff 1,589 1.00/1.00 vMB 41
685,340 685,340 000000000000000000015dc1187f165d0a83c4e8bd4acaa9d29c80ef3294b504 2,243 1.00/1.00 vMB 33
685,339 685,339 00000000000000000005f118d79bd2b94cf6eaa0b7524abf00672a1b321ee7e2 1,694 1.00/1.00 vMB 32
685,338 685,338 000000000000000000056e800d901ddb0f6f81d5725a93a5b405b7a96c3afb20 2,041 1.00/1.00 vMB 67
685,337 685,337 00000000000000000002fef8915b0f52d87f6ec2b51c8f5d850590a17a5696b1 1,990 1.00/1.00 vMB 41
685,336 685,336 00000000000000000001601e1dad41d9109682b666b0156061906c123b7d65e0 1,962 1.00/1.00 vMB 30
685,335 685,335 00000000000000000000262651c07b14bf597bc4df49edaa7a2d1b6e5af195ed 1,154 1.00/1.00 vMB 51
685,334 685,334 0000000000000000000a1c9c958f9e228c60b156c0502a789f6cd23bfb8f9829 2,101 1.00/1.00 vMB 69
685,333 685,333 0000000000000000000a217893a6419a2486fa1c9ea555736c302ce4f50f4d23 2,452 1.00/1.00 vMB 41
685,332 685,332 0000000000000000000049a14fb019fed66ce36c7aebb186a7a94dd8c277da17 1,912 1.00/1.00 vMB 52
685,331 685,331 00000000000000000006a067c9ec78c7f7a44359977b1c4d917b86540269cb3e 2,347 1.00/1.00 vMB 40
685,330 685,330 00000000000000000000d4767bc1737b44039473110c42bff6762eda97ca95f5 1,928 1.00/1.00 vMB 41
685,329 685,329 00000000000000000001e6900be9b4987ba898758cf8c58f4626e3528bc6947c 2,394 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.67 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: 673.20 GB
    • Received: 16.42 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.