Loading Tool

Explorer IconExplorer

Memory Pool

29,223 transactions
28.28 vMB
0.08885092 BTC
Random Selection Loading Transactions
Max Size: 136.19/200 MB

Candidate Block

Mining Attempt e0fcda4b98322e574960b2df55f9dcff4853976cdf198e4a3424c7459a9c42ee
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,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
470,045 470,045 000000000000000000f8adebaf2333ce3a1fbd7b8f4ceaa9c004c4a160e602a9 2,122 1.00/1.00 vMB 319
470,044 470,044 000000000000000000d0fcc40061fdd27abe3f623764f02deff664c2a532d951 2,020 1.00/1.00 vMB 349
470,043 470,043 000000000000000000f65842638c97c90daa6566282fc954480dfbde5c635ec6 2,404 1.00/1.00 vMB 504
470,042 470,042 00000000000000000107639d2954a22b4f5ccb9a453b3e66e3fad0dcac239232 2,008 1.00/1.00 vMB 398
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.