Loading Tool

Explorer IconExplorer

Memory Pool

77,078 transactions
30.74 vMB
0.13709803 BTC
Random Selection Loading Transactions
Max Size: 176.80/200 MB

Candidate Block

Mining Attempt aea4553b0980a3ecf1c735b36cbeba31d18bcdce7f1c76d852442ab6110f0135
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9b0bbbe2361bb1e85a1568bf4afda688efa1a6380849cf702fa540c61f07c7f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.04984321 BTC
Feerates: 150.36 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (508,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,128 406,128 000000000000000001e4e3778dcef11c7ab633865ac1edcb73d068570d07bcc6 2,262 1.00/1.00 vMB 40
406,127 406,127 000000000000000003dc130bc2c308748a17ae8ccea4d127b8171348d956ac0c 2,659 1.00/1.00 vMB 41
406,126 406,126 00000000000000000639aec8f01e176cef2f12e7032030a2df121b88c86f5142 2,190 1.00/1.00 vMB 61
406,125 406,125 0000000000000000033f86f11a1e838ec429b53d56d1d767e18db7d8f4a1edb5 3,334 1.00/1.00 vMB 77
406,124 406,124 000000000000000003842f3ae6f3b0bde73eabfe95054bf59a030c38128073e8 2,670 0.99/1.00 vMB 70
406,123 406,123 0000000000000000034959b54df956963e1010506f469546ef86e2392172fd81 2,270 1.00/1.00 vMB 36
406,122 406,122 000000000000000004ed2a3030c741093ca82df1b42f8b5064d994fbc6338239 3,108 1.00/1.00 vMB 77
406,121 406,121 000000000000000004fae383bd993dbd00b15773aa0b2e3144f99775e764658a 3,563 1.00/1.00 vMB 81
406,120 406,120 00000000000000000339e050f27d4b3c89db9a26c83e3badc3cacb2d75a6934c 1,791 0.99/1.00 vMB 35
406,119 406,119 0000000000000000058411a62c90e5f67f6ccd72f00c480e3f1b090cfacda10c 2,640 1.00/1.00 vMB 40
406,118 406,118 000000000000000003af8b1a5d922d99e36914b2b766f0daeb42f38091583fd3 2,558 1.00/1.00 vMB 51
406,117 406,117 0000000000000000003a0e685f91d11c0af8fa71a2ae47edfa230d13e24e02c7 3,520 1.00/1.00 vMB 79
406,116 406,116 00000000000000000057f9f5a65927b58ef459bfb904a4008a2dcf9bb91fa3f7 220 0.10/1.00 vMB 31
406,115 406,115 00000000000000000024ee46bbe377231229b70dce88aab4f03a4641fe1a981a 1 0.00/1.00 vMB 0
406,114 406,114 0000000000000000001dc2bda4ca37cae98c094527bd30c8960b99e3fee0744b 1,470 0.80/1.00 vMB 35
406,113 406,113 000000000000000000135fef3ca47940babb8d2fc385c9913d1ec4c3489eadae 366 0.39/1.00 vMB 17
406,112 406,112 0000000000000000005030626fb7899e7e5c9cfb3d6f55d990d306647df75145 802 0.99/1.00 vMB 20
406,111 406,111 00000000000000000262be93bbaee34c373d7d1480e1496ccc8d1fb0eb2f46f5 2,179 0.94/1.00 vMB 39
406,110 406,110 00000000000000000641f6304069b4a92b105cb43a4733f7ae4b515e22cd6c27 1,864 0.86/1.00 vMB 39
406,109 406,109 000000000000000005e40c4736dfc69aa5348d2282397a42d0cb6a524d1f5027 2,363 0.98/1.00 vMB 44
406,108 406,108 000000000000000003c41f678d510caaf2f3163d0c55006627e24b33856e5837 469 0.42/1.00 vMB 18
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.22 GB
    • Received: 15.43 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.