Loading Tool

Explorer IconExplorer

Memory Pool

45,532 transactions
28.99 vMB
0.13655039 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt ac6151ea5dec3d5c4e0a20ffd47efe59a7c98d1b39c3d311dd9e36c85658b2b9
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 151f6a5504141158d05a4817ac09aa00e5f773da6dbd39dd78dfd3ec2349f803
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.04115674 BTC
Feerates: 150.75 > 4.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (696,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,759 217,759 0000000000000505c9249f87ffe3a1bd404385c7a17d62a430f5e3161b7b26a7 433 0.26/1.00 vMB 138
217,758 217,758 00000000000001c3f5e56b5f89fa803286e3b3d615d63895553d71d718036278 379 0.28/1.00 vMB 129
217,757 217,757 00000000000005749ef566ec58c88296b545c7d4f79ae690908a42450fc6a329 898 0.25/1.00 vMB 227
217,756 217,756 00000000000002b6a9074be85706cac8d6f3c4791042b4bbcb8370d02dd950ad 886 0.25/1.00 vMB 248
217,755 217,755 00000000000002a5c41e85e349496dd170b199eb65541473b815d2194639a5ab 365 0.30/1.00 vMB 41
217,754 217,754 00000000000000e1e650b085e2cf3ac5d3bdac1332e78b18548704e61842bcea 502 0.20/1.00 vMB 200
217,753 217,753 000000000000030ffc7754b378338932f0c03f9d8a46f401fe2c43ed20db4d4f 128 0.05/1.00 vMB 109
217,752 217,752 00000000000001609560e66d1cb1982af71719193436c0fdd3f063b1f0fe5cc0 659 0.25/1.00 vMB 344
217,751 217,751 000000000000035e64aa96c85facf1bea27fb77bf720b3bb19b60e5f8ce3deb3 619 0.43/1.00 vMB 85
217,750 217,750 000000000000015c4dee204eef1aa425e22b8cc1b38a6c499dc6a19ba59242d0 585 0.25/1.00 vMB 183
217,749 217,749 00000000000004587d5b403ee75864c00d6206a42c5aec1fd53837bf7c1b3839 657 0.20/1.00 vMB 297
217,748 217,748 00000000000004e5f27b37a486b2ad4ed9e2d40d5112affc8ca0e472c61783ef 520 0.20/1.00 vMB 261
217,747 217,747 00000000000003addc5516dc7f390b159941613f5c9c25ca8c31ddf705f15bd7 61 0.02/1.00 vMB 190
217,746 217,746 000000000000005d37226dcc39510e0061f7dece6c30670a6287ad19b1cb6d26 415 0.20/1.00 vMB 189
217,745 217,745 000000000000027bfcc6cb01025393def0d2d51101d85912e1769ee9ea98500c 425 0.20/1.00 vMB 180
217,744 217,744 00000000000001c46df7e51d7b6e43c912e0d2354f7d324e249f14cf1cf9e8d5 78 0.03/1.00 vMB 84
217,743 217,743 00000000000000d9278f1f6e6117b69a2b2c7714942095942b263326c79e1f30 586 0.23/1.00 vMB 209
217,742 217,742 000000000000030bd24fd0a78e24133b1c5d82896fe4e51b49baebe3806ea947 369 0.17/1.00 vMB 175
217,741 217,741 000000000000019236e778458fd0339ed2db06f7f1472d67e2b570c4bbeab456 320 0.16/1.00 vMB 193
217,740 217,740 00000000000004dec4d9d9968d69b25b8c8f756a8580c00707642122b7693235 276 0.11/1.00 vMB 177
217,739 217,739 00000000000004ae116297e0dac0a74a5ff885837e2f2feb0b3b5bd123284fe8 80 0.04/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.88 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.03 GB
    • Received: 12.65 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.