Loading Tool

Explorer IconExplorer

Memory Pool

19,150 transactions
8.38 vMB
0.03246934 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.63/200 MB

Candidate Block

Mining Attempt 96f1950b0ba6e4da74099dedf99df373ef40536f108b2293abc2ba97915fc0ec
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 1ad60c3a6e01a847e8e44352a9e3c467731cfa6f9d7ba12f510b82f5e4d8903a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,687
Size: 1.00 vMB
Total Fees: 0.01464377 BTC
Median Feerate: 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (704,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,945 208,945 00000000000004a09c59be89650674d07407ec6b985e6c221bd882654a0aa467 1 0.00 vMB 0
208,944 208,944 00000000000003a66212f51e9b15b856fe1969b854097aa1b4a95629301fa7a9 34 0.06 vMB 96
208,943 208,943 00000000000002a1b2d66eb451b986761a079673e299b1154f4b1ab19cdbc90b 232 0.14 vMB 129
208,942 208,942 00000000000001f89527ae12dc58c16fae214df5685c8fa11a488b1458c00ba0 223 0.22 vMB 88
208,941 208,941 0000000000000181b1d9904a2ce16077494db64f9d07bc677bc56e7d70836416 81 0.03 vMB 55
208,940 208,940 000000000000035696c7a7963ab664db5e0cfe169e0fe45db48f92abc86e18f5 422 0.25 vMB 165
208,939 208,939 00000000000000b740081701352f6c76a17651937323acd2af99516cc0dceaea 156 0.05 vMB 11
208,938 208,938 00000000000004e3753235870da2ca184b2b47f360d055e439037709abc17be1 757 0.25 vMB 314
208,937 208,937 0000000000000199b2f93e4fd461a740378541239c9159ebeb3e213399984e51 52 0.02 vMB 85
208,936 208,936 000000000000036e8f7c49d9c199ac4942845d91066d2d981ca5350a6cb19e5c 30 0.01 vMB 173
208,935 208,935 000000000000024b4c35851a87dadfb67b17bfb5c5ec5148ac98e3278cc0a231 216 0.10 vMB 169
208,934 208,934 00000000000002622e75cca0b266f4e0ab020a9a6c942eeba230cb466b206782 492 0.23 vMB 169
208,933 208,933 000000000000038c0aa356d6ee4edeb0f684adfdd9e6defb943b9b877b73b0b6 571 0.35 vMB 97
208,932 208,932 00000000000004559a5cecad19f0785570ba4ab42ae992895bee67d266328c21 516 0.21 vMB 232
208,931 208,931 00000000000002325ff38eb3acfaac0f60d73d0aece269aca2fe23c648b9407d 794 0.40 vMB 213
208,930 208,930 000000000000002bbfce3b58080ac9aeb7e868e9b17b975a55db8effc16739ab 152 0.05 vMB 178
208,929 208,929 00000000000001dcb191de4309333f12ea2de682b9bad6760ea9aea5c5f18c56 255 0.12 vMB 171
208,928 208,928 0000000000000168fc635d3d72fd192b5e6c15a23b594780e432e58f8a831868 8 0.00 vMB 0
208,927 208,927 00000000000001e9d3090e0e67712126836e240339a864134887652c4fab7a32 143 0.09 vMB 134
208,926 208,926 0000000000000165234f1dd6eb47ed655cc8141b33b0bcfc45050e6c65eb019a 472 0.25 vMB 157
208,925 208,925 0000000000000159ed8d84e666cd37377e82fe1d677b9b87f5805e3698b6c834 156 0.05 vMB 130
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 283.85 GB
    • Received: 1.13 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.