Loading Tool

Explorer IconExplorer

Memory Pool

41,487 transactions
29.10 vMB
0.14256792 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt ba9f945f59af02a2acb89f49154575f5ba8b8082c221b59dda9811611f046a52
Version 20000000
Previous Block 000000000000000000008b187f219cc3f69e593e98bdf58d96532c293b502389
Merkle Root 7d64a33f17b86028a8847b021c0bef6f0c2b74d161f2e35d78c5d3c103f6270f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,854
Size: 1.00 vMB
Total Fees: 0.06604325 BTC
Feerates: 203.30 > 6.62 > 0.86 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,279 (19 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,260 940,260 00000000000000000000938d41f8487ec810d4de8a5dbfe49ee49231abe9f1ce 4,018 1.00/1.00 vMB 4
940,259 940,259 00000000000000000001a2aa75c3d24d855b629a9c9c7acac5d8a5f827edb56d 2,816 1.00/1.00 vMB 0
940,258 940,258 000000000000000000015d412c74e3e213aa95ec952596d18ba7e0678f89d44d 3,597 1.00/1.00 vMB 1
940,257 940,257 00000000000000000000f1b6d71eae41244f6752b060166499ba1bf6fc922b94 4,093 1.00/1.00 vMB 2
940,256 940,256 000000000000000000003018ca24c303b54efcf6fa14863e1a834c50d29178cb 5,515 1.00/1.00 vMB 0
940,255 940,255 00000000000000000001763db3790476f2dd7d7f5c6fe9a3783b6d17e5bad568 2,403 1.00/1.00 vMB 0
940,254 940,254 000000000000000000005078e7219de58179d625bd4712d042accc9647d22083 3,659 1.00/1.00 vMB 0
940,253 940,253 00000000000000000001d0f16e2075e529d16049f698a99ac5c386fba2dfef84 790 0.27/1.00 vMB 2
940,252 940,252 00000000000000000001b8ffe74c4544b08ff2f40480d5ccfbf4eba3ba013750 3,222 1.00/1.00 vMB 0
940,251 940,251 00000000000000000000292643360627a140d2cf6a11850387159cc08c3d2723 4,702 1.00/1.00 vMB 0
940,250 940,250 000000000000000000018e128dc7a49f080d9cb4528148b2b421a6ff2c2958ac 2,634 1.00/1.00 vMB 2
940,249 940,249 000000000000000000013ee6f3807e42f49ed7b6495090afae47a1a3fa1f08c5 2,840 1.00/1.00 vMB 0
940,248 940,248 000000000000000000003a3e269161f431bcce3843d2bb9a8f02082a4081ed50 272 0.13/1.00 vMB 1
940,247 940,247 000000000000000000006ced25ef70382def1a8dfa362b64f9af030636b82fe2 3,058 1.00/1.00 vMB 0
940,246 940,246 000000000000000000018f970ecd625caa4d221a990d6aacf221e7bde49b592e 3,885 1.00/1.00 vMB 1
940,245 940,245 00000000000000000001dafc19f70a4c3d8335e3d21ee0592e77db30fa4d3799 985 0.33/1.00 vMB 4
940,244 940,244 00000000000000000001301cd6fe6327bdb213798c07f383e08c2a3c1c214b58 4,303 1.00/1.00 vMB 0
940,243 940,243 00000000000000000000d6f8a9c40b3b3caee93d048a861f58d610fb2f24d0a0 3,256 1.00/1.00 vMB 3
940,242 940,242 000000000000000000015c8a9992ce2a2423ba3de85a720c5137cc3dd0416bb8 2,297 1.00/1.00 vMB 1
940,241 940,241 000000000000000000005483d4bbd77b1ae9fe6f83f842bfe9beb9c277c3c361 2,987 1.00/1.00 vMB 1
940,240 940,240 000000000000000000017bc4a653108b100ecc0455714c562f40a9f67d5d36eb 1,785 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.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: 4,446.07 GB
    • Received: 241.64 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.