Loading Tool

Explorer IconExplorer

Memory Pool

28,159 transactions
17.86 vMB
0.03703267 BTC
Random Selection Loading Transactions
Max Size: 94.03/200 MB

Candidate Block

Mining Attempt 252876cbdb1b9f16a6e434851a7c059188821285cff373797607e3e5d46b3243
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 6e8c70e0307f030212488213c6407b1a4dbd07fa6100046e8c73813622398094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,292
Size: 1.00 vMB
Total Fees: 0.00382138 BTC
Feerates: 85.56 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (881,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,530 32,530 00000000b924df105168b5e6b0905cf44dff77d9533a7549a1de40a2a2f03624 1 0.00/1.00 vMB 0
32,529 32,529 00000000579aa13679f73de9d4970e38969fd30512eec89efee35e4c12bf8e2b 1 0.00/1.00 vMB 0
32,528 32,528 000000002b399447766b5cca6950a4f0edd7b252a10342c667b167625a656872 1 0.00/1.00 vMB 0
32,527 32,527 0000000098f48568e5a59fabfaa9c0c434e0e35e60f3867918d98a607c3d2706 1 0.00/1.00 vMB 0
32,526 32,526 00000000557b874b6880c49db2969264ca0389859ee5bfc2260116734b9ceacb 1 0.00/1.00 vMB 0
32,525 32,525 000000005d87becb3e3e658789842a3964387ba3ee2ad157356fcd97f520e29d 1 0.00/1.00 vMB 0
32,524 32,524 0000000074b99c10451cf45e791918a1bc705537926ec9a895f8d8cc2d36fe6e 1 0.00/1.00 vMB 0
32,523 32,523 00000000a9d5aa31ce9b1b816e4648042ffc83cf71582492b29a4fda0c346a50 1 0.00/1.00 vMB 0
32,522 32,522 00000000503fa973c624e04ea85ac99121b54f6a4c3f235ed8340dce084e1901 1 0.00/1.00 vMB 0
32,521 32,521 000000007805395a05f94cb0b750f6ab382312e4b3a68e17eb9824806a6f7ffd 1 0.00/1.00 vMB 0
32,520 32,520 00000000b7dcfb78ce58c89355f44eeb48f358d8187055494602dced46ad193b 1 0.00/1.00 vMB 0
32,519 32,519 00000000667d44efb9db645eee228a637b569d51701fe6cf1338633bdd85a3fd 1 0.00/1.00 vMB 0
32,518 32,518 00000000700e9d5ce1816534f86e6ddc4d5eaebe1cf470e3a14ddae1c2ebe4b9 1 0.00/1.00 vMB 0
32,517 32,517 0000000089b6a23b229ad52f4d6d0bbd22eea491e469b32eba038ec869a051db 1 0.00/1.00 vMB 0
32,516 32,516 0000000000d3b883b72fe51317aca17b9482c7deef0ea6a85aec1b0b39528dc6 1 0.00/1.00 vMB 0
32,515 32,515 0000000078a4128500da6d160f0b690ae88e549d546a001a30aa2f37ebc93a5f 1 0.00/1.00 vMB 0
32,514 32,514 00000000545957d59020408fb5c376c52d34ad59facbb5efbb84d18714f9de95 1 0.00/1.00 vMB 0
32,513 32,513 00000000a0692b32cb1f25422bdafda5327be210d7666c8e81af05ef05bf3283 1 0.00/1.00 vMB 0
32,512 32,512 00000000a881c3ddddb04cd1722fc7a91766bf11f227f83f3de70fca4e55665e 1 0.00/1.00 vMB 0
32,511 32,511 00000000d1001d4b2fcaeb01c92badad797281bac4938cd7b59d99ff0a11ddb6 1 0.00/1.00 vMB 0
32,510 32,510 00000000d59fec96a237b7049af5829f3d190f3ac3706eaa727705afe13b45ed 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 561.31 GB
    • Received: 7.38 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.