Loading Tool

Explorer IconExplorer

Memory Pool

74,431 transactions
29.59 vMB
0.09381709 BTC
Random Selection Loading Transactions
Max Size: 171.91/200 MB

Candidate Block

Mining Attempt 5b09b49c7051414c2457da0232964b1e486c55b649d59da2a8c584b1075a4516
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root dfd131f2f0ef280bc2f5c8a9821ac4e1f76b9f8921e7d908aace1e9c885f0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,590
Size: 1.00 vMB
Total Fees: 0.02552103 BTC
Feerates: 150.36 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (509,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,496 405,496 00000000000000000504cf0d51e9e2eb735ee73a76ef3825e32be2c0e38aaee6 977 0.74/1.00 vMB 34
405,495 405,495 00000000000000000244f488a67b9ce16b84cf68b62205358054e7a57fb03b37 1,572 1.00/1.00 vMB 43
405,494 405,494 0000000000000000063f839e61ea059b54922db2249db0ac13ad610cf80fb0e1 1,061 0.49/1.00 vMB 50
405,493 405,493 000000000000000001fe7e73d124e904530b1c7277d4ab0b5aa4cc324b299fed 964 1.00/1.00 vMB 22
405,492 405,492 000000000000000006334edb3e128fd0800e64f1d89a52844f31223c764a764e 1,891 1.00/1.00 vMB 49
405,491 405,491 0000000000000000030be5ce872e83a1cba3cce23b8fb929e6364d3cd36ef9b3 142 0.97/1.00 vMB 5
405,490 405,490 000000000000000001ac8eb63122f788ebb759d64016a2bbc1453d50328cc855 993 0.93/1.00 vMB 27
405,489 405,489 000000000000000003354a3dfcaa69164ae2a23c8805d1e5f73580c7407b3587 2,177 1.00/1.00 vMB 55
405,488 405,488 00000000000000000038149e803abd9ed93ef07b807a8a5d15ab15eb321154af 1,333 0.99/1.00 vMB 35
405,487 405,487 000000000000000000ef36235e9495f5d0037e73e0e46e81b5b60eb7804d11a5 1,385 1.00/1.00 vMB 28
405,486 405,486 00000000000000000314387303e08e71a8739847f76b68a3a10022cfb9007a45 1,587 1.00/1.00 vMB 34
405,485 405,485 000000000000000003570a5bdbe8a21c50d0153e7912c8ec27d6ee3f7fa0c65e 2,201 1.00/1.00 vMB 41
405,484 405,484 000000000000000002b8e0bf5470a5666ad9517afacd6470cda6d51af7aac2b5 2,414 1.00/1.00 vMB 48
405,483 405,483 00000000000000000283cb24dc74e8035230958cfcbf31ef0fedca8132da99cd 1,694 1.00/1.00 vMB 70
405,482 405,482 000000000000000005dd0df27fe9c7cbda383228351bc3f10eb344f8b7fafad5 2,310 1.00/1.00 vMB 62
405,481 405,481 0000000000000000027af387ddb9b3b226418401de5caf68328fb4003a331bc5 1,222 0.93/1.00 vMB 27
405,480 405,480 00000000000000000450e8a20ce04a9649292ee6dfd2ec00e1b1882a7cc33c9f 2,001 1.00/1.00 vMB 56
405,479 405,479 0000000000000000018c33f528ba0f010a7d9b7422b8688de92169f961493914 2,617 1.00/1.00 vMB 39
405,478 405,478 0000000000000000044873622989e89c89de69c5a2f3ab3c5884d6cbf88b9593 1,231 1.00/1.00 vMB 77
405,477 405,477 000000000000000004662fbfb6c787542f1866b5ce36a611c9be09aa9bfcaa8a 1,788 1.00/1.00 vMB 41
405,476 405,476 000000000000000004a7231cb2f3adf95c331b59a2d2743326ce1ed98a48ae13 1,910 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.