Loading Tool

Explorer IconExplorer

Memory Pool

82,950 transactions
31.81 vMB
0.11143541 BTC
Random Selection Loading Transactions
Max Size: 190.86/200 MB

Candidate Block

Mining Attempt a60bdd7a0b8bcdf2254ddfbe4bd40ae7b391887fa4dd1784e01b55bf67f133b4
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root a1d455daec46a976d2a85deac9cc4c082af1f9e436c72cb77e264cbd15f876b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,051
Size: 1.00 vMB
Total Fees: 0.02770194 BTC
Feerates: 344.14 > 2.78 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (67,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,176 848,176 0000000000000000000132fb66e268a9b11c6e36291d607d42fbae0dcaac63fb 2,796 1.00/1.00 vMB 14
848,175 848,175 00000000000000000000d736b7ec06de203ed93c49266fa07858b77739c2b6f5 1,191 1.00/1.00 vMB 16
848,174 848,174 000000000000000000017fadd0ba56525012a3a82d4db7cb3004edcbd4622ebe 2,313 1.00/1.00 vMB 19
848,173 848,173 00000000000000000001f8e0fc08a248366bc8bacb97dc466b248ef25b06ef76 4,389 1.00/1.00 vMB 19
848,172 848,172 00000000000000000001883c4d933f6f5ba3700c76abf5a2cb4e311bb6525dea 5,733 1.00/1.00 vMB 17
848,171 848,171 00000000000000000002361811eeac69c7b823874dcf93c3a4b0a89bd31fc655 1,278 1.00/1.00 vMB 16
848,170 848,170 000000000000000000031ebc6a5d5057fc29f6e8022e0d81a8fffd28dfd69fbb 989 1.00/1.00 vMB 16
848,169 848,169 000000000000000000003da2a66901554eebcd10e1c70cf7a4b964631fcb6d7b 1,839 1.00/1.00 vMB 19
848,168 848,168 0000000000000000000170f71cc5d09ad96a24557089ff9f3a9a699fd7fc9c15 2,381 1.00/1.00 vMB 18
848,167 848,167 00000000000000000002302ec1fdc44256e2de84a7138b62058aec4def52b1ed 1,375 1.00/1.00 vMB 18
848,166 848,166 000000000000000000001c127234023d43c314cbb74e2fb987cb91491eb1eb59 1,949 1.00/1.00 vMB 21
848,165 848,165 00000000000000000002a5ba82731dc9e3ee1000007f9878c337b96253cd7991 981 1.00/1.00 vMB 20
848,164 848,164 00000000000000000000672c9d67d2533c549eecb7392c7f0e19b4f1fb8dcad7 2,281 1.00/1.00 vMB 22
848,163 848,163 000000000000000000026195a441152c40403f50506318063cb3d8cff4ad0336 2,359 1.00/1.00 vMB 18
848,162 848,162 000000000000000000034f35c0b3e3060cfb69aa2a365036c6967c4474ff2a5b 1,284 1.00/1.00 vMB 18
848,161 848,161 000000000000000000029c9eeaf3a403d8002c4662806a79d20bf14154e49fc6 3,017 1.00/1.00 vMB 24
848,160 848,160 0000000000000000000261524f62bfa2eb1f0acda04fe582d560c6b41370cb26 2,676 1.00/1.00 vMB 23
848,159 848,159 0000000000000000000024b46e1b05fbc5a509a149d0a89a0475fcdcd5c43fee 2,433 1.00/1.00 vMB 18
848,158 848,158 00000000000000000001342597abe1dcbc024f5e8b332c6e5ff06ccfa637cf23 3,150 1.00/1.00 vMB 21
848,157 848,157 000000000000000000024b6d85f8556c32f92ca4f7937cc65af3e1546a27979f 4,218 1.00/1.00 vMB 36
848,156 848,156 00000000000000000001810a7c31489a4b79cf83079ec6a4659b82118da86ff5 2,644 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.