Loading Tool

Explorer IconExplorer

Memory Pool

27,939 transactions
27.98 vMB
0.07865397 BTC
Random Selection Loading Transactions
Max Size: 134.24/200 MB

Candidate Block

Mining Attempt 5e27bacc9d4af89d6c957a2ee08cd87d0ba4b63e270451e02f21765d0264cf36
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 8ec5a90e8f78af58653011e5d2591497cbdc43dce02ea31bed01d3d317d02b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.02507252 BTC
Feerates: 150.73 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (444,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
470,050 470,050 00000000000000000089f6b499dae347e1900cfda6014b4dc0455fd04b0af8ec 1,987 1.00/1.00 vMB 357
470,049 470,049 0000000000000000012c32e76a46d4c5f170c79dd60bc47db806ef4a4c38f4c2 2,507 1.00/1.00 vMB 221
470,048 470,048 000000000000000000d7dcbdc3ed715f50e2781e0113b0f018bc5f3b5409c8e1 2,018 1.00/1.00 vMB 296
470,047 470,047 0000000000000000000cc1e626b69cab81316f70857cebe8eaecf1dd1123cd09 2,347 1.00/1.00 vMB 430
470,046 470,046 0000000000000000012743ad41630febd88dbcbb429de0319b399799978e875a 2,425 1.00/1.00 vMB 415
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.85 GB
    • Received: 10.75 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.