Loading Tool

Explorer IconExplorer

Memory Pool

45,890 transactions
27.92 vMB
0.08365725 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 2924cdc79c9cbf316479b6dcd310a29d320767437d97b655e6e69e1cb04079de
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 2009f5aef68c7ce09a2ac9b0aea3c95326caa7c718b56be1ccd5482f0db8f355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,109
Size: 1.00 vMB
Total Fees: 0.02988469 BTC
Feerates: 181.54 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (412,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,056 502,056 000000000000000000133342be6097ee3afdf95272423834de28072989877ec4 2,442 1.00/1.00 vMB 64
502,055 502,055 0000000000000000003cf00104fdf0a8cb4c8f33961e39205b18408912a86e7c 1,664 1.00/1.00 vMB 255
502,054 502,054 00000000000000000021b8198baa3d8afd8c9bf3d016c31caf26a502cac0f15a 1,891 1.00/1.00 vMB 320
502,053 502,053 0000000000000000007cdeeb26f0a2a9a5d2e8456ad40e66034f714f33925254 646 1.00/1.00 vMB 97
502,052 502,052 000000000000000000533e0e6fbdeabe98de2c65e868719ff08702f2127d1c1f 2,016 1.00/1.00 vMB 105
502,051 502,051 0000000000000000003bdcf6918edfcd97a9059263fd395825ed4d9893875523 1 0.00/1.00 vMB 0
502,050 502,050 0000000000000000007ded3d05f5b0506e61bbb4533edaf3fc562ce620224a2e 1,514 1.00/1.00 vMB 69
502,049 502,049 0000000000000000003480461955b6e7becc16bd30755d52e6235b4695d25dc1 1,321 1.00/1.00 vMB 131
502,048 502,048 00000000000000000082405c88537357ffc5cdfdd016ea44c81ff7cc59fc5e5c 1,124 1.00/1.00 vMB 171
502,047 502,047 0000000000000000003e9618bd63c23cdf54e8e3897d36198591955fa7a5f080 2,086 1.00/1.00 vMB 444
502,046 502,046 000000000000000000180a79f1c6f4641855f92e9ac34d98174c84744f7e2e06 1,674 1.00/1.00 vMB 162
502,045 502,045 000000000000000000286d594d65349f8c502b169b6beeadfa3febc44085c672 1,204 1.00/1.00 vMB 342
502,044 502,044 0000000000000000007ee34eb16a4774813bb425d30faf11ef99ab675f3743be 1,529 1.00/1.00 vMB 337
502,043 502,043 0000000000000000000d9badef9f1e6eb18bb550599b37e85ede7be4502ea1e3 1,311 1.00/1.00 vMB 229
502,042 502,042 00000000000000000059d19f7c62cbb530aeb547374d1650a940d5a13f9feb92 1,931 1.00/1.00 vMB 347
502,041 502,041 0000000000000000007fb2d7be35038848bc3dbe3e2ff4537351c4e6936013a2 1,299 1.00/1.00 vMB 305
502,040 502,040 000000000000000000229c3b6efaac8a34c49f1cdf2b6746c0bdd6c0f7677f01 1,131 1.00/1.00 vMB 253
502,039 502,039 0000000000000000001b2aa7931b69571ba5e89f026aadbd305a8524659dfe47 1,500 1.00/1.00 vMB 307
502,038 502,038 00000000000000000014fb183e39ff67fffcd70a23d3d75586c7326214c1ec21 2,339 1.00/1.00 vMB 657
502,037 502,037 0000000000000000008b211c487606a6a05d5a894061a81b0ded42d611ed2c8a 1,090 1.00/1.00 vMB 264
502,036 502,036 0000000000000000005428f400e7fdcfe4b5e1e79b99f303f36a05102ab49132 1,940 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.