Loading Tool

Explorer IconExplorer

Memory Pool

50,181 transactions
21.57 vMB
0.08576118 BTC
Random Selection Loading Transactions
Max Size: 123.37/200 MB

Candidate Block

Mining Attempt fb705e0978cb2ef60594ced5e0faf9895c65402ca434469323f8e5cdd54ac295
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root d699f2d9fb07b4e77d79b9fe0dad76b8fc427609c4dbfeee657f9af9cb0d5922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.03858474 BTC
Feerates: 501.52 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (872,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,549 41,549 00000000255f4f8bbf469f5fd6349158351343d8588602b5dcd75bf2bc5e152c 1 0.00/1.00 vMB 0
41,548 41,548 000000001e542a6aa3a6f7cf0471484b0fd1a795fd730f330a65024fe910e40a 1 0.00/1.00 vMB 0
41,547 41,547 000000004e6c1020699b630e8a030878b01c60eeb6acc2e195c56abab702f980 1 0.00/1.00 vMB 0
41,546 41,546 0000000010494961cde4f3b6f0a67009b9d520db52bb717a95eaa66d020b8433 1 0.00/1.00 vMB 0
41,545 41,545 0000000043487c56899a1dd5a6cb37f325ffcc2e912b6eb078779d5f3492d2dd 1 0.00/1.00 vMB 0
41,544 41,544 000000005ac2af20ce51f57c29ce1c0477176775383716bcf943de8409d5bf0d 1 0.00/1.00 vMB 0
41,543 41,543 000000003dff35a79037d398fca5418aab6bf294f5a97aeb8e1028fd83ea227c 1 0.00/1.00 vMB 0
41,542 41,542 000000002f53440e9b95d8341c50f77f9999da3a77e8f2552132b24a9f70537a 1 0.00/1.00 vMB 0
41,541 41,541 0000000053fa7dd6f559eb3ec048cfff555ee80ded2a578baa2069263b2b6b73 1 0.00/1.00 vMB 0
41,540 41,540 000000000f25170f95c0aeb036cfeffb5249627a2759b99d5ddaf13493b29e5d 1 0.00/1.00 vMB 0
41,539 41,539 000000002f8df9b8e3ef1f21766a5ce22aca92aecf4009bd545963e12ec803d2 1 0.00/1.00 vMB 0
41,538 41,538 00000000286b9dffa7c6fcd7cf4471de6089531319eebb8df2f4998d3ec38277 1 0.00/1.00 vMB 0
41,537 41,537 000000005c3a0661705fc0760d1eceafa5e1a984ce3d7e96fe4735feece4469e 1 0.00/1.00 vMB 0
41,536 41,536 0000000030780201aa9bfa26e17a9162b666c21e504f2d05b63d3edb21c801c9 1 0.00/1.00 vMB 0
41,535 41,535 0000000004be3225d0feaafc72c65c96ed5018845441d9129d705e7f2e8b75d5 1 0.00/1.00 vMB 0
41,534 41,534 00000000330753f73e3de2ea5ae23ec464d7715150dbacabc67c75d351472504 1 0.00/1.00 vMB 0
41,533 41,533 0000000054d3752334104987db9a353b9ef272e6a1ee7773568af01e565a9ae6 1 0.00/1.00 vMB 0
41,532 41,532 000000001a676fea6209607464cd43908a1fbd3d3c2d0dc356711f31d58fa08f 2 0.00/1.00 vMB 0
41,531 41,531 0000000035c9f914680dff55185c43b5c5e78bb56531a1541c62ea05eebc4d75 1 0.00/1.00 vMB 0
41,530 41,530 0000000003ab411fbcac9c295d86ab469b01a00c9a3adc2da8e5f85949fffb68 1 0.00/1.00 vMB 0
41,529 41,529 0000000020f0494902f6766da3ae639518a81ad288307d908354e6f01c54b704 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.55 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: 536.56 GB
    • Received: 6.01 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.