Loading Tool

Explorer IconExplorer

Memory Pool

34,490 transactions
27.55 vMB
0.06030498 BTC
Random Selection Loading Transactions
Max Size: 137.95/200 MB

Candidate Block

Mining Attempt 272a371e753e90df7a5614034be2e2921480dd4e93fc861e00c266cfb61cd7a5
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root b816850a9d3a93c4d83f9a1d46d803c7a3e4e007b0ca1e7ac25e511a45df9c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.00813564 BTC
Feerates: 100.17 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (912,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,263 2,263 000000005b2eba6c1e6d69772b8954cacdd63ae22b219a95c15efd9140afd218 1 0.00/1.00 vMB 0
2,262 2,262 000000002e3aedc3009c8f2d92a3db486eb5990d61f8506623bf059e227eddf1 1 0.00/1.00 vMB 0
2,261 2,261 000000007ce675fe62345c4b8fc6bddb22d185651856fd93164db8f637f49678 1 0.00/1.00 vMB 0
2,260 2,260 000000003b1f1db33f398ce3fe36e7575923241564657be2bfba10c2056440e5 1 0.00/1.00 vMB 0
2,259 2,259 000000007584156178c8a6cd790e7aecef21680a290c0c78b087d2703c5ebaac 1 0.00/1.00 vMB 0
2,258 2,258 0000000040fd733264a702fcbb1b6365e160b2c601613aa23fcea98aa60f65d6 1 0.00/1.00 vMB 0
2,257 2,257 00000000aaea93b8453e6ce62678ec19c0adf491e2156170ba6a4651d9a0ff6f 1 0.00/1.00 vMB 0
2,256 2,256 0000000016c9a2b06db02a157b3eae0309e0075c43eb94b3da72bd3ff7c81a14 1 0.00/1.00 vMB 0
2,255 2,255 00000000a2a171ff52ca3c9d046592c8ac623b136b8d6910003728a3d22691cc 1 0.00/1.00 vMB 0
2,254 2,254 0000000084c67b198b88497ccf47fc0d136f72ab463ab25e399502d254f62aa1 1 0.00/1.00 vMB 0
2,253 2,253 000000009b2fb1f7423e64170bdc70f65d5a2ff9b51201e87e04d8f93a550b63 1 0.00/1.00 vMB 0
2,252 2,252 000000004fb7e21c803fbcea643b54990da805a851e11cf5fc17af614a00c9e5 1 0.00/1.00 vMB 0
2,251 2,251 00000000fdaa632818dc340c1583270703135e1c919315e526e679ee873f7ef2 1 0.00/1.00 vMB 0
2,250 2,250 000000008b1fb5ef9ebdb8c39fd8e9d317181597ac827297199658129dc158b8 1 0.00/1.00 vMB 0
2,249 2,249 00000000df91191a0541d325be6a89e00c3dd3b86731f6463adda453f887db6d 1 0.00/1.00 vMB 0
2,248 2,248 00000000ac91f00435bdb716d610b2657a2bfccfea305c96253cf4ff4a4e0b72 1 0.00/1.00 vMB 0
2,247 2,247 000000008752513a044502dd2d75009ff847b5703ce1985f3e9fa8647ec50bbb 1 0.00/1.00 vMB 0
2,246 2,246 000000005a2ba0f0644d2abd0066353c16fc79c4e0bb7b5ab4741e20bb491727 1 0.00/1.00 vMB 0
2,245 2,245 00000000a56a59203fe39de44f3ee4b091bb40d869ed8d8f1c2e8f19c31fedf9 1 0.00/1.00 vMB 0
2,244 2,244 000000007f0b0e0dd45c162fa9422351a5d416678049860fb8d0eec97f33e925 1 0.00/1.00 vMB 0
2,243 2,243 00000000f56c824cddf4becb0afc1b448b079a09c8a94f41060a9f0f106281a6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.68 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: 628.33 GB
    • Received: 11.79 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.