Loading Tool

Explorer IconExplorer

Memory Pool

42,614 transactions
29.02 vMB
0.06340872 BTC
Random Selection Loading Transactions
Max Size: 149.38/200 MB

Candidate Block

Mining Attempt 124092ebc290ba03e3eebd97c6c6399fc912813e4b78abe62bd5abcbff1bae7d
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ef7b983b33f789dc071953379e69b70c28010f14ed5281b3f64c87f31459655e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,571
Size: 1.00 vMB
Total Fees: 0.00681408 BTC
Feerates: 20.84 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (604,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
310,367 310,367 00000000000000000203daf972c05fbc1e2d21e3a98e2170cff28621521be325 228 0.15/1.00 vMB 26
310,366 310,366 000000000000000036a48757cdc626fe32529d0baf6a9b90aae8a065710d7425 17 0.01/1.00 vMB 40
310,365 310,365 0000000000000000278703f41d1301c3ca59293a299678b0b90becd8b4d42f2c 46 0.09/1.00 vMB 14
310,364 310,364 00000000000000001558a840027e27f088f18ad11cf34f141da2d2a7a421f873 192 0.10/1.00 vMB 33
310,363 310,363 00000000000000000877a67d14dc453b553a168d15447de236f503878e11d0f0 641 0.56/1.00 vMB 22
310,362 310,362 00000000000000000838e4676cf4ce951f46ecdacf6f329af327edc65fcc9ed7 399 0.20/1.00 vMB 28
310,361 310,361 000000000000000028125588886113efd318c18fb62300a2889f783d23801b13 18 0.01/1.00 vMB 19
310,360 310,360 00000000000000002a09c66108d757129e68ac8308cab7356564da861260bbdc 69 0.04/1.00 vMB 48
310,359 310,359 00000000000000003ccfa35528bfecb848c14640054a8697f16f18f14c163af8 26 0.01/1.00 vMB 31
310,358 310,358 000000000000000032c357d993b32a745626be3536a7f96405f12350aad08a9f 227 0.10/1.00 vMB 32
310,357 310,357 000000000000000010a083ab398a12b2b22897fe64b9093e408226e93af98d4b 485 0.98/1.00 vMB 5
310,356 310,356 00000000000000003d4b3d98ee1d7aad9bb8fb45d7c2136b4438e74e835e376c 258 0.12/1.00 vMB 37
310,355 310,355 000000000000000024a8382b862650dabc776188ffb97d8a4e8526b39fceba74 15 0.01/1.00 vMB 27
310,354 310,354 00000000000000003bae8b9126efe88a902c59577ac8eae5847f6e705886c964 25 0.01/1.00 vMB 29
310,353 310,353 000000000000000037ad43c54a58f91bfbc15a34e098fb8de334636996e9054e 247 0.12/1.00 vMB 31
310,352 310,352 00000000000000000add78e312e548d70652cf1d11fddfa62faef156bfaa25cd 395 0.21/1.00 vMB 32
310,351 310,351 0000000000000000201a772f5b92768a59dbe488a643eedde08823dca0434759 724 0.41/1.00 vMB 30
310,350 310,350 00000000000000003d6df88cf891d7ab3dd65e23428ee60ad8eebad8aabc9dae 26 0.01/1.00 vMB 33
310,349 310,349 00000000000000003ef017827d4077988fae9540513ca9564535f80cb8822093 25 0.01/1.00 vMB 14
310,348 310,348 000000000000000003be7adb0c4686b87b40b8e71e8aae2fdbaf74c43de94db5 526 0.27/1.00 vMB 32
310,347 310,347 000000000000000019129f70ba73577584717d67f2919dc317fe5ad4e71411ae 72 0.04/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.