Loading Tool

Explorer IconExplorer

Memory Pool

20,362 transactions
8.83 vMB
0.04767438 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.73/200 MB

Candidate Block

Mining Attempt 30222b63ac058c4114817795c07c037645977b75145bfc46d8b3ee3076787a34
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root c4101462387c5ac47e9f13abe803b1f36f00ac823658645cfeb4b46f24beda4a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.02738650 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (704,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,954 208,954 00000000000004e2372cb3c0f6a8c88ed0dbd8c8fa608e5e15cc956c945797a0 519 0.25 vMB 160
208,953 208,953 00000000000000113e4247d5544e278203e406c47a3eeaf7322c29d0cdec822f 238 0.11 vMB 166
208,952 208,952 0000000000000393eb370ca9dc7b505ca0cc524d521db2637a1600f8d96f6e14 262 0.15 vMB 127
208,951 208,951 00000000000001da8b3b156977738f0db6ec5e9812870a547c1900ed92625ed1 682 0.25 vMB 229
208,950 208,950 00000000000001b2916525f244b4dd39b60728a41d2fc00670e366bb26575518 278 0.14 vMB 150
208,949 208,949 000000000000026189d2b04aa17ece7059d4401768b2fc31c6aebf92c330726c 162 0.05 vMB 28
208,948 208,948 00000000000004504d571f037847c681d625eee82eef7a47ab8a976ad12e9e65 243 0.13 vMB 151
208,947 208,947 00000000000001b5ce9dc03680d0acacbeccaf7123e7c1a85cf1da6054c3314e 34 0.01 vMB 190
208,946 208,946 000000000000002ad51ef8288a6206c5d6d8dc722f706969613a34d30e293fa6 363 0.15 vMB 171
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
Previous 10 blocks ↓
Total Size: 779.54 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: 249.38 GB
    • Received: 0.95 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.