Loading Tool

Explorer IconExplorer

Memory Pool

44,469 transactions
26.62 vMB
0.06245549 BTC
Random Selection Loading Transactions
Max Size: 140.51/200 MB

Candidate Block

Mining Attempt feaf11ecf9af7ebdea63a27fcc74094be1e4b997978ef9343fcb6674d54f1ee8
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 23d147ccf695190b1e512f00e6a301d9c63d9c5dae5e88cc453e119c7f0a6397
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,297
Size: 1.00 vMB
Total Fees: 0.01359394 BTC
Feerates: 100.36 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (226,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,327 688,327 00000000000000000001db0282ba3fd0473d3654f1dde44d3cd442b7b6b0667f 2,543 1.00/1.00 vMB 15
688,326 688,326 0000000000000000000ca7a8df644b57111a4861cd1f28b8a9b17cea9a4f7e7c 2,193 1.00/1.00 vMB 11
688,325 688,325 0000000000000000000a93fc04d4119d42295cbc9531c896d1765ae9da1994d3 2,184 1.00/1.00 vMB 26
688,324 688,324 00000000000000000004d8c4da9536e43510bbe25b3ba1dabaa14b629cf622a2 1,495 1.00/1.00 vMB 25
688,323 688,323 000000000000000000001a63c6c77ffe3db4e7b8237206b11f1425dd879c3d53 2,338 1.00/1.00 vMB 44
688,322 688,322 00000000000000000000f8de587e88a64329afc85221c47868aa6508023ed819 2,269 1.00/1.00 vMB 13
688,321 688,321 00000000000000000002dbf855a3b99db775c7f57fd3c7cb29688001ef7a2148 2,418 1.00/1.00 vMB 28
688,320 688,320 0000000000000000000d13e17226b15c278e1635dd3b56b61b5692c748c7edd1 2,590 1.00/1.00 vMB 30
688,319 688,319 000000000000000000034570b0a78ce75e7ad0ce1ca5a03ac4dfcfd9954bc5b2 2,248 1.00/1.00 vMB 8
688,318 688,318 000000000000000000039cb66c14a29fc4275a751f9063b4ce9b0a55d8a10782 2,057 1.00/1.00 vMB 24
688,317 688,317 0000000000000000000bf147ac766c8c6966056501670e643bbc56b7a5a5b46b 1,454 1.00/1.00 vMB 20
688,316 688,316 0000000000000000000e06ce894bf0bdeea29fc5fff949850adda5feeebfbd4d 3,089 1.00/1.00 vMB 56
688,315 688,315 000000000000000000088ca5f81af67e63d359079a3836a3ce97599f06cf8b64 2,418 1.00/1.00 vMB 30
688,314 688,314 00000000000000000002d0c27828bf28e76ea3ed703ca4d4b8e0a2c620828f45 2,557 1.00/1.00 vMB 33
688,313 688,313 0000000000000000000832df8b2e348001ae35ea2a74d309edeae460c54a938a 2,220 1.00/1.00 vMB 9
688,312 688,312 00000000000000000007f220b3043e7d1ce7cea2e99d76b58cf9076b2256f620 3,154 1.00/1.00 vMB 35
688,311 688,311 0000000000000000000a5edf9ffaa568899c4455b82a49fb1be6dd295c65fad0 788 1.00/1.00 vMB 27
688,310 688,310 00000000000000000009864605c2eb6575d1989b389a5afb7725c4bf933ea394 2,791 1.00/1.00 vMB 50
688,309 688,309 0000000000000000000d3323209a56d3a8162c019cb975d947530700acb8c80b 2,676 1.00/1.00 vMB 54
688,308 688,308 0000000000000000000c9642ae67d3964655d82008f316f3a01d4d5a898d86f2 982 1.00/1.00 vMB 5
688,307 688,307 0000000000000000000a4da19a65d9d29421c342f73839c07ab80ad15539225d 2,667 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.