Loading Tool

Explorer IconExplorer

Memory Pool

29,219 transactions
28.28 vMB
0.08883533 BTC
Random Selection Loading Transactions
Max Size: 136.18/200 MB

Candidate Block

Mining Attempt 39cdf25180bf018ba06c62e69b64aa1577d665477621f21c8313ef5b3519d765
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root c71643300323452cd29d78db1c2a87b0a0b1b96193e8498849883fd08b6b1566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.03363749 BTC
Feerates: 150.73 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (444,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,071 470,071 000000000000000000bb978a4fe6ca0905e282d06dcd694b6fb9b0c9b9414122 71 1.00/1.00 vMB 32
470,070 470,070 000000000000000000ec9177af2b5209db70b98289904cddafe1191e4691e561 2,157 0.99/1.00 vMB 416
470,069 470,069 0000000000000000012a9f1a065e9c6a5f890c4d1e216c4590bff7ce3bf2ed67 2,087 1.00/1.00 vMB 370
470,068 470,068 0000000000000000002626c42ca35d5ddecfb5897aeda7a57de8db73928e94b1 2,740 1.00/1.00 vMB 489
470,067 470,067 0000000000000000007914e11eeed77d1db85a22afb4f38dbe55b9f35d265ce2 2,304 1.00/1.00 vMB 443
470,066 470,066 0000000000000000016472400b139d01ed28529ea21b757e64a893ab9d48101f 1,930 1.00/1.00 vMB 393
470,065 470,065 000000000000000000493fbf7fe0791763a5ff0719cb23c26d24581439bfb413 2,015 1.00/1.00 vMB 446
470,064 470,064 0000000000000000000540f8864ab0310382b15ae5d7d4e388c3ef702f334d20 1,918 1.00/1.00 vMB 429
470,063 470,063 00000000000000000035d7fa6a2ba6cc3cd7425f895ba3043d8f1db2369ecf6c 2,437 1.00/1.00 vMB 484
470,062 470,062 00000000000000000054a11f2020837562c9c6e2b17f62340f96c93428578d75 1,084 1.00/1.00 vMB 517
470,061 470,061 00000000000000000156495d31f5b44bc74b3c88fa19e30493c21728e2ea8360 1,772 1.00/1.00 vMB 517
470,060 470,060 000000000000000001173946ce427bc51720a33a51f327b31155c64494c94245 2,434 1.00/1.00 vMB 397
470,059 470,059 0000000000000000018d619b0c8f55545fbc4e953847d75ad857e2ba02427f59 2,314 1.00/1.00 vMB 447
470,058 470,058 00000000000000000113d44031bebc8351c28d748f5ed545840e7854eb1b4caa 2,341 1.00/1.00 vMB 293
470,057 470,057 000000000000000001254baa08b0743b361aac81af41cf6e46ce6bfc996c1b69 2,335 1.00/1.00 vMB 300
470,056 470,056 0000000000000000011921efe36aeecce3e2dad49f337a6efa6ebf6ef7dc27d6 2,100 1.00/1.00 vMB 198
470,055 470,055 00000000000000000183b25c47f724c35186196a5cd5e86ff451b50aa8f7277e 1,133 1.00/1.00 vMB 220
470,054 470,054 000000000000000000dd7b2d8583453accaafb1b3702a116c8eb5879b40b56b2 1,813 1.00/1.00 vMB 306
470,053 470,053 000000000000000001473542aa586d513089174459cc777e0edd97432cd36cdd 2,454 1.00/1.00 vMB 319
470,052 470,052 000000000000000001437a7ebfb05c0c482a43de31920d7c7a8d44f7dece0fe3 1,788 1.00/1.00 vMB 394
470,051 470,051 000000000000000000baff57cf1ba0acd87fe9a59959c3190b39b4c6b6d5e1d2 2,295 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 781.45 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: 610.86 GB
    • Received: 10.76 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.