Loading Tool

Explorer IconExplorer

Memory Pool

46,675 transactions
28.75 vMB
0.10661498 BTC
Random Selection Loading Transactions
Max Size: 149.34/200 MB

Candidate Block

Mining Attempt 0a4ff1f3b1fd1474600c3958f5d43904425d2ae32de9e3db0f680e01f6f90739
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root f11aa47a6653ab2ed6bbcc53306068803dcbb7372b9b4066d39ebc2544619841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.04128091 BTC
Feerates: 444.31 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (796,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,205 118,205 00000000000054e50b816362bff45c4658bc6bada8eaba1c514bc9c6bf52dd2b 6 0.00/1.00 vMB 679
118,204 118,204 00000000000073fda9673e84daee793c1bf908a867c8c7817949ee9a3965e3e1 16 0.01/1.00 vMB 893
118,203 118,203 000000000000bdfd6997f358e8cf680e8e74c6007895732820dbeff308ebeee9 3 0.00/1.00 vMB 0
118,202 118,202 00000000000029bd1774149ff239a4b04211b779e6a81e36e4e2ace4a1c4414d 2 0.00/1.00 vMB 0
118,201 118,201 000000000000c3d1787f1fb537d2ecfd7245deef4a4c2d8185523dde5afc1fde 33 0.01/1.00 vMB 111
118,200 118,200 00000000000050c2c33d368dad544ccc07c1435b7cbc85ee9cf6b1a2b953ba3a 31 0.01/1.00 vMB 626
118,199 118,199 000000000000ba7f479119ec2af2f30b750cad6fc86e60416747310c597011ca 19 0.01/1.00 vMB 704
118,198 118,198 000000000000009e3548e6c18803ce0331e7c56c5682643cf95e1cbb920e8ad7 38 0.02/1.00 vMB 0
118,197 118,197 000000000000bb99e863e07c674bca322497d7bc1440d2a21b7fea58d73ee59e 8 0.02/1.00 vMB 1,246
118,196 118,196 00000000000085bb19250cc60800cd620d357c8cbd976686a9814d75e5cb2897 7 0.00/1.00 vMB 0
118,195 118,195 00000000000076d7134a9db5520f171cd0d8e4811919098041bddd775cfc31ab 21 0.01/1.00 vMB 72
118,194 118,194 000000000000b3d357ad5afdf36e88d252bb5af2eced84c937ee29a6129f4d9a 4 0.00/1.00 vMB 0
118,193 118,193 000000000000a51dacff974c4699713f4c898d1b94ac9c53b21a5e981534b2f3 8 0.00/1.00 vMB 673
118,192 118,192 000000000000a7334c18017e6ca3d2a5630daed29bcf02c544fb255f24c86cca 7 0.00/1.00 vMB 334
118,191 118,191 000000000000c93862f6c8419dbe7efe7b5b0b28b60c18757c735d4bf84a3e6e 5 0.00/1.00 vMB 0
118,190 118,190 000000000000b426c2c55c2561899b311658002b6f3061494107a03ec3779f09 10 0.01/1.00 vMB 799
118,189 118,189 000000000000c4133886f5fedaafaba289d6dc4309db3edb86f280380cdcb440 6 0.00/1.00 vMB 0
118,188 118,188 000000000000444e7101fd2a3214bdb0c4c266b71f1080e57e8462e13d9f2cd9 5 0.00/1.00 vMB 339
118,187 118,187 00000000000056490a87b64fa220a65087fa20bd9d7d422cd01ff6ca28ca2389 3 0.00/1.00 vMB 0
118,186 118,186 000000000000076062d90d19428b1f6cdebcb1034c6ae91835d25e4c34e43123 4 0.00/1.00 vMB 2,967
118,185 118,185 000000000000a859ea2e2c430a81c3161a5d25424490b7a6301b0dcadca7309a 13 0.00/1.00 vMB 407
Previous 10 blocks ↓
Total Size: 782.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: 655.40 GB
    • Received: 14.30 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.