Loading Tool

Explorer IconExplorer

Memory Pool

43,996 transactions
27.19 vMB
0.08764792 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 1b89904c7445b0a820692d3afd17a023a16f20a6caeba0567f6a6baa7d6171f9
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (226,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,368 688,368 00000000000000000003ae0657400273ad84f088d2c5c61577c9d3e00a606f9e 994 1.00/1.00 vMB 20
688,367 688,367 0000000000000000000cf0070d1745db00ff46c303b123103c38105cf9a45c24 1,405 1.00/1.00 vMB 12
688,366 688,366 000000000000000000076df8c6d01ec8a309c9696aa43794bb7a1afe66bbf5d9 1,481 1.00/1.00 vMB 3
688,365 688,365 0000000000000000000083d36120e79f2101d543a33a7fc7999ce6a75737989b 2,069 1.00/1.00 vMB 15
688,364 688,364 0000000000000000000d244b68388ff6878686ed55a3397a07ed9ac32d38c636 1,010 1.00/1.00 vMB 35
688,363 688,363 00000000000000000001e5f4a49ddb9e78eb4bc0e842dc37b76d6af8773accaa 1,250 1.00/1.00 vMB 12
688,362 688,362 0000000000000000000cf9e17f8863f57f0ab302756209246b3d9ed07891550e 1,465 1.00/1.00 vMB 20
688,361 688,361 000000000000000000001ceb2e715fb19992ebfaa577af0a64f7dbe44552bcf5 361 1.00/1.00 vMB 3
688,360 688,360 000000000000000000035a0e22819f2345ccc19fd255a12890fe43da3a9a45e8 2,482 1.00/1.00 vMB 22
688,359 688,359 00000000000000000001bf4c398a3c3f8af033dc73ec3d58df32be83f5f7cff1 1,972 1.00/1.00 vMB 44
688,358 688,358 0000000000000000000bc10badfc04c0e23a5163b4a9e3ff8456e9d61babf21a 447 1.00/1.00 vMB 82
688,357 688,357 000000000000000000059b75ea33bf61928cdd2c451c95a51f57256c92c936ce 1,531 1.00/1.00 vMB 14
688,356 688,356 000000000000000000091097668dc8bd15b18e5ea3e3031bc9dee7764b8a7aca 921 1.00/1.00 vMB 33
688,355 688,355 0000000000000000000020c2362a4a91677417113a2d8c0facd000f44a301d1a 534 1.00/1.00 vMB 11
688,354 688,354 0000000000000000000443b2f3f55b8a578da3a2feb19a2a51ecb3e8271cac6c 3,158 1.00/1.00 vMB 5
688,353 688,353 00000000000000000007c33610692c4c04fb5f8000e9ea72a9b914c6e6e8e540 1,904 1.00/1.00 vMB 16
688,352 688,352 0000000000000000000cd18653e335ea88f0d7522d722258be169bcd777ab866 2,327 1.00/1.00 vMB 40
688,351 688,351 0000000000000000000979765e2fa365092875f5c5c290f0ccf528ce7dfd0f4a 2,589 1.00/1.00 vMB 32
688,350 688,350 00000000000000000001879ee2b16e8963b86d663c6fdd1c27485851432c12ab 1,586 1.00/1.00 vMB 49
688,349 688,349 00000000000000000001635d233131c7eb943d600b1d2083511677964d4de39d 1,598 1.00/1.00 vMB 70
688,348 688,348 000000000000000000054ddb526c3313295ebfa8cc803e62574f65070d032355 1,833 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.