Loading Tool

Explorer IconExplorer

Memory Pool

24,964 transactions
26.93 vMB
0.05631616 BTC
Random Selection Loading Transactions
Max Size: 128.36/200 MB

Candidate Block

Mining Attempt 3c829b46d0d983ffa39ac1d83f5ccbc77f978f833f9c93d18cbf743a3bb66b49
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 464902db1e7281fdc391782d190f98c5818559acc6780964294213725373e9f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 718
Size: 1.00 vMB
Total Fees: 0.00565709 BTC
Feerates: 150.93 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (817,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,111 97,111 000000000003fc8b5bfd4b31e68d43a22bd58ff0f739b893a2734fde26a7d915 3 0.00/1.00 vMB 0
97,110 97,110 00000000000305eef7e6133a051a16f71b825772f2a2875f08e4b30c2cc7719a 5 0.00/1.00 vMB 0
97,109 97,109 000000000000cd7332fa5acd49a71aa10e9e51c6b1651535799381f82f6e699d 5 0.00/1.00 vMB 0
97,108 97,108 000000000001b966365e78114574e2da730bdc62e90458349e114bc97b9c75ad 2 0.00/1.00 vMB 0
97,107 97,107 00000000000021e0441ef7fb533fb73d35dc2512d1f9f7045b923612fb83fd12 2 0.00/1.00 vMB 0
97,106 97,106 0000000000018cba207e0ca7df680d9cbc6e62b35d60bed1e8bb1808aed6aee0 2 0.00/1.00 vMB 0
97,105 97,105 00000000000529095ef45f20962ce8ad2188120296868cfb6737d0d5ec6457ec 1 0.00/1.00 vMB 0
97,104 97,104 000000000003ca9f173f08bc2085b99a08e6ae078f4cb86c79ecf410c7dcef09 3 0.00/1.00 vMB 0
97,103 97,103 000000000000f1ce70202f733d93320fbd20d097e48ffb70d57d53d6e8421d9d 1 0.00/1.00 vMB 0
97,102 97,102 00000000000092283bd70f5358be5a6cc245baca9d5bf82b71120d2ca06ea7a1 2 0.00/1.00 vMB 0
97,101 97,101 000000000003d7a8f9845dec920cfbdac206e8e8c9a3bb0d0feff48434f58011 1 0.00/1.00 vMB 0
97,100 97,100 00000000000009171b98a3870d1d40b799d80eb50903a8747e3ac1968377e4b3 2 0.00/1.00 vMB 0
97,099 97,099 00000000000097e816bf45a65dd968b4697caf2bae6b5ccfa1c38206c7dc64be 3 0.00/1.00 vMB 0
97,098 97,098 0000000000007e2919379b918175f6917a0bfdadff7cde9a0c3f258027489194 3 0.00/1.00 vMB 0
97,097 97,097 0000000000032d34cee01d95471c6c544f2e4a6e6fc96fc08736d6180fd8c627 4 0.00/1.00 vMB 0
97,096 97,096 000000000001bf07406a5377291ba1f484a2d735c8d704afbc6b4d3264c935db 3 0.00/1.00 vMB 0
97,095 97,095 0000000000012bd55a1e3f4a7af5c5c22ec3d385938a433f012462d66c1522a6 3 0.00/1.00 vMB 0
97,094 97,094 00000000000122eb9f237b3d99f7e41ebe5c8aeb637a4ed08fd00b96de0b82c3 2 0.00/1.00 vMB 0
97,093 97,093 000000000000cd57e80503959a33835ca6ef7f578c2780fa92486ed906452040 3 0.00/1.00 vMB 0
97,092 97,092 0000000000053bd74b9a6ae0d452528fba3e4b6f7c8ca1c97a65e34b1e1482bd 4 0.00/1.00 vMB 0
97,091 97,091 000000000000dd3e42bbdaad7dfbd08d9b86ebd4101263f746383100f2b4d168 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.