Loading Tool

Explorer IconExplorer

Memory Pool

69,932 transactions
37.25 vMB
0.26014529 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt c07d3c993d0c4211310116ac8df81ec6484e001f85f8e0ff6face3d153ce6abd
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 74bb1130a987493d40cdff1cbd2ba0279ee90816e3d3e7d5de86a9d21107ea89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.09971240 BTC
Feerates: 477.45 > 9.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (802,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,467 111,467 0000000000000c5ae41b1254fc8846f9caac94ce96f3d027e7f13ad0f5571147 11 0.00/1.00 vMB 350
111,466 111,466 0000000000002a3ef232af86614ac1b77924ea759dc1e55ea440ffe09c049468 17 0.00/1.00 vMB 231
111,465 111,465 0000000000007cf8668e55119a047d3aaff795075dce284e6a7e60e65978095e 12 0.00/1.00 vMB 21
111,464 111,464 0000000000009bc0ca83fd69b15eca1f14cad9cb072253f7bccb69b95b3e5147 12 0.00/1.00 vMB 356
111,463 111,463 000000000000cbcbd00084f728cfd4bedad2e5208e18454dc28554c19923c002 12 0.00/1.00 vMB 3
111,462 111,462 000000000000b3e4513772d910c7024277fca792e45ed75b8783c95d4f8a7c57 13 0.00/1.00 vMB 3
111,461 111,461 00000000000019ef55b83beae087e690dc2ded11a4eee155205150c7276162de 12 0.00/1.00 vMB 360
111,460 111,460 000000000000ebf1c2fc259d58ddfb53356b7fa8a97a9385888a56cf1bd1ebe2 12 0.00/1.00 vMB 360
111,459 111,459 000000000000ba81e851d59149495c289aa89942a5b6939b3ddde790e2dfc4ec 8 0.00/1.00 vMB 3
111,458 111,458 0000000000005a620233f6e0d25ec4f28308be46ee65f860fead61ae7f8b486d 13 0.00/1.00 vMB 344
111,457 111,457 000000000000f53ec8202f037b5cb0888ebe0105d93fb8435a038f7272d19826 10 0.00/1.00 vMB 353
111,456 111,456 0000000000012c1b690f91098e020b792515b68e261500ff83d17344ee66a673 17 0.00/1.00 vMB 240
111,455 111,455 000000000000351b7b2ddb6a9a047a131154d890ece411fd19e14676dc21ad92 11 0.00/1.00 vMB 347
111,454 111,454 000000000000b2a014c9494b0f9218d7578a86da6e1047ce47dbbdff5f063f9d 10 0.00/1.00 vMB 675
111,453 111,453 00000000000114867f50b85dc7e6faf2f3187427d1590c08209a8a31f0e3a790 11 0.00/1.00 vMB 315
111,452 111,452 0000000000005a0ff3d0cea8b94c759e6040c6579b0d7be0cc5c80cc67437248 12 0.00/1.00 vMB 595
111,451 111,451 0000000000007d41b2d0b7fe64dcf0f586184f5e2f4c7d62b3fa827f8c8c4bc4 11 0.00/1.00 vMB 343
111,450 111,450 0000000000001b725f48129dad58a6d65eaf79b140e37dee474eb7fdafc91fc8 12 0.00/1.00 vMB 354
111,449 111,449 00000000000046d0c7dae92c08d3b84da2c37dff795709a186fcfcbb4da895fd 11 0.00/1.00 vMB 338
111,448 111,448 0000000000011bc9d71ddf0b56250c1e1e8f41e1c6b0975aa73de207cf4a5f9f 12 0.00/1.00 vMB 338
111,447 111,447 0000000000002e431e2d9a4ef62fda5558c6851409d85a1fce0478d23eca59d5 13 0.00/1.00 vMB 321
Previous 10 blocks ↓
Total Size: 781.35 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: 602.03 GB
    • Received: 10.27 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.