Loading Tool

Explorer IconExplorer

Memory Pool

82,827 transactions
31.21 vMB
0.09627213 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 12fa77b9d5e0585b78427e74d202df43b5ef6deae8b01a70f54e6dd3357662af
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 74fb29278a6c9842ac496e32bb0b691c02025b4746af4389a6e5073c16c73372
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.02521811 BTC
Feerates: 100.00 > 2.53 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (292,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,629 622,629 00000000000000000005124e3bb974d3dfe959ea15e26d8ee1e6c7d1ac7bf89a 1,859 0.86/1.00 vMB 37
622,628 622,628 0000000000000000000fab60b7cb4642387a5dd280bbb5bbc56cc0f2dabc2e91 2,052 0.75/1.00 vMB 33
622,627 622,627 0000000000000000000911077088c08ebe15cf5363c18a5b2425ab9ff6d79096 1,662 0.67/1.00 vMB 29
622,626 622,626 0000000000000000000f45774e62930b3df43e3e2f978973909d164a01a74fe4 2,585 0.98/1.00 vMB 4
622,625 622,625 00000000000000000000c4b4ab6a0380009d973e7e4167c13145a95290b28c1c 1,980 1.00/1.00 vMB 29
622,624 622,624 0000000000000000000a325e33bc891913adbe4fd4fb6cc358246877489bc39a 2,401 1.00/1.00 vMB 59
622,623 622,623 0000000000000000000b9a6f7514fe5f970209c1cb0631dbb667064bc8cb5bab 2,765 1.00/1.00 vMB 54
622,622 622,622 00000000000000000000ea330dccb31fec12c77cf2c9e65c7d5252cc11ee9202 2,871 1.00/1.00 vMB 37
622,621 622,621 00000000000000000002ce723ad56dba0fb3d21a1943a7c2d83e59c0d1391ad9 2,329 1.00/1.00 vMB 55
622,620 622,620 000000000000000000052a2e2271b483c041a7718b0d13367a5d39f3fea8bba9 598 0.24/1.00 vMB 34
622,619 622,619 00000000000000000000e10fe5864a593acb8bae88af0d61ff2ab860e39f7cbf 1,001 0.41/1.00 vMB 38
622,618 622,618 0000000000000000000723f2c33dec7d3010f7dd55cdd233100da1fd3caa1134 1,525 0.51/1.00 vMB 33
622,617 622,617 0000000000000000000dbf86c007627641107a0c7cbe1ccc9d2628c86c2ec839 14 0.01/1.00 vMB 45
622,616 622,616 0000000000000000000d261499db73376c54eac463f3e8d2c89e0081f0d6b4db 1,590 0.53/1.00 vMB 11
622,615 622,615 00000000000000000000f62d4c649628d75ff20a93a7956ed95e277add53c493 2,759 0.99/1.00 vMB 16
622,614 622,614 00000000000000000004b672520edb010d6db265863ef050fcd63816cf53a577 2,363 1.00/1.00 vMB 35
622,613 622,613 000000000000000000084fd54c389c9e1ecd05aee12257ec795214047e826541 2,933 1.00/1.00 vMB 78
622,612 622,612 0000000000000000000b891fcf829f91ab650c24589f5721f428c549fd96a2e4 2,419 1.00/1.00 vMB 66
622,611 622,611 0000000000000000000047d492208897cd0571e085148680e79e84fe728d0aa9 503 0.20/1.00 vMB 34
622,610 622,610 00000000000000000001ce24a22da48167d59a0a28dcda9b1bc86170f711b798 311 0.09/1.00 vMB 35
622,609 622,609 0000000000000000000f5136bab9989e3dbf12c6b6cd03f7e4c92e9e876dd429 1,209 0.50/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.