Loading Tool

Explorer IconExplorer

Memory Pool

85,720 transactions
31.96 vMB
0.21035518 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 59c61ecc6c2e7bfa6e0c693a633202956d29bc5409d2db3a316bcd71c4f68645
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root ff60810a1901938555dd5ddd5b42cb89e35148c50872e8f8ee1acca8d5eee89e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 1.00 vMB
Total Fees: 0.09501196 BTC
Feerates: 529.10 > 9.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (646,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,629 268,629 0000000000000008103681bb73e5888b920c2623c975dd51a87c1bf9fdbc1a63 13 0.04/1.00 vMB 16
268,628 268,628 00000000000000071416a9d1afdc8256a4adaef721ae3ca2af5ca899ebb3abac 613 0.28/1.00 vMB 113
268,627 268,627 000000000000000769a812823e3936a11afa0726ac968cb25420bc4548510ada 367 0.20/1.00 vMB 49
268,626 268,626 0000000000000004ddd60890cfaace51fc3de3d69af5ea32a767a3ed79ba0669 604 0.25/1.00 vMB 98
268,625 268,625 00000000000000042b6ce01ba85dfdca6eb5ad95b879478af9d30d7ab0878bd4 200 0.09/1.00 vMB 93
268,624 268,624 00000000000000060f3b772618b80cab2f9fd6dc4637ee1af83cdfceb6a62f90 285 0.15/1.00 vMB 39
268,623 268,623 0000000000000001a71eb1bb82d4cbd210d55255f63ee477c28bb716041c5e3d 540 0.27/1.00 vMB 102
268,622 268,622 00000000000000001a3d1fccbc015b4103d8f6f9e3f35fb2fbd6e61a3846ddbc 371 0.20/1.00 vMB 49
268,621 268,621 000000000000000670ed14fa8b6be73215a6eecf4653b814723942ce44467098 397 0.21/1.00 vMB 83
268,620 268,620 00000000000000039c89c9e928dc60fa2d6afd4da177550e76a7b10c6a0c912d 173 0.15/1.00 vMB 43
268,619 268,619 00000000000000002a57d4b0252ed28b4d1259b0d963fa8d4164448f889fe4c5 465 0.20/1.00 vMB 26
268,618 268,618 00000000000000016b104c9afd6539708cb783d8a6d21c87cbda1994edb0e496 515 0.25/1.00 vMB 127
268,617 268,617 0000000000000005b9971db0507cb9d9733e5ad6d7b2bddccbd99504c950a4c1 303 0.19/1.00 vMB 41
268,616 268,616 0000000000000007ea4ed220dba707c62ce2f5b8a5c030b9a8a844bc938d54b7 399 0.25/1.00 vMB 64
268,615 268,615 0000000000000003dd8ec8a02cd472a30b3700135cf5a23e9ffa292d829054c4 549 0.25/1.00 vMB 68
268,614 268,614 0000000000000005aba3b72715407f81101ecab4a5b5ce36030c164ca70aca9c 453 0.33/1.00 vMB 57
268,613 268,613 00000000000000066e09f59e065ba5deb3bf6a361c0a9c9331cd3a741fa2d5e9 842 0.70/1.00 vMB 21
268,612 268,612 0000000000000008572adf53a6d0fc505a078a5a29580ceec81011f3eb6d431f 393 0.25/1.00 vMB 62
268,611 268,611 0000000000000002d95672c37eec008553773d0a05d13ce9dc3ae462d5bbdb44 180 0.28/1.00 vMB 15
268,610 268,610 0000000000000000c5cb59640ee28e0c904b9d146e9d94011dc0b47d5ee169a2 1,214 0.50/1.00 vMB 89
268,609 268,609 000000000000000050d5901f438760000bc88cebafd541ea3a8b6eb30b28eb53 569 0.25/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.