Loading Tool

Explorer IconExplorer

Memory Pool

41,783 transactions
26.83 vMB
0.06133809 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 48b7c72e8817aefa7adb00bce63bffe125ae0d18401d8c3b13e7cb6ed2f1fa1c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (412,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,060 502,060 00000000000000000023b276e70f66eaaec9a453cbdeecba19cc5df0f3cba704 860 1.00/1.00 vMB 240
502,059 502,059 0000000000000000008a0fcc414820f0c347511c06e79bc5f3e342031d9bdc95 2,000 1.00/1.00 vMB 409
502,058 502,058 000000000000000000558ac400e9b20713d561b052241910a88792a0a197acfe 371 1.00/1.00 vMB 143
502,057 502,057 0000000000000000005438d028ed4d6de131228d86964169f2c95f2907edb31e 435 1.00/1.00 vMB 87
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
Previous 10 blocks ↓
Total Size: 782.23 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.02 GB
    • Received: 14.23 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.