Loading Tool

Explorer IconExplorer

Memory Pool

80,435 transactions
34.09 vMB
0.13129962 BTC
Random Selection Loading Transactions
Max Size: 193.41/200 MB

Candidate Block

Mining Attempt 2fc2043a97cce4b42d1e6f483e2c72a71e19019d1fbec08d7d79ca2d258245a3
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 67af11f87be05b08e231ba390a3b15339d5f8f3353388dabd72d88e3a713e7a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.02103925 BTC
Feerates: 52.08 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (674,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,864 240,864 00000000000000b154d3a0dfeaa7b983f3dd96a7ff5cda532859292fa920112a 392 0.17/1.00 vMB 174
240,863 240,863 00000000000000b69e653a2d6913db7c0d7735e1d7fb15e8c670cea0c51cafcc 290 0.12/1.00 vMB 174
240,862 240,862 0000000000000044c2a8abb3e97404f750392b1ad0ccbbe9a1a7eae592a7c22d 102 0.06/1.00 vMB 118
240,861 240,861 0000000000000087750b8bf3d500217b5d03bec50dc1d48c49770f5a29a04172 391 0.16/1.00 vMB 163
240,860 240,860 000000000000000bdd168d63dd32996fd5ce04c9f7352d7f538640bc23ed08e4 421 0.25/1.00 vMB 111
240,859 240,859 00000000000000881aff1ea6ed06541ef05db12e0c455363013e21f8f0e95865 516 0.20/1.00 vMB 181
240,858 240,858 00000000000000a7c0ada494183e17f7eac285d1fb76cc4249eb9a78896f9f83 256 0.12/1.00 vMB 158
240,857 240,857 000000000000005eefa4ab2c18986ac2597115a90ee86d5fad73b839cc2cefa5 196 0.09/1.00 vMB 162
240,856 240,856 000000000000002ff38fa63e4df0bd99f190ed0230d110ecd7261eff43fad94f 405 0.17/1.00 vMB 165
240,855 240,855 000000000000000269ae6c4a5cc2797700f0819bbf11cde7a549c9a95e7000e4 111 0.05/1.00 vMB 16,492
240,854 240,854 000000000000002b68eb294591a634ddfec7850160357b80d2dc5dc62f761db9 410 0.17/1.00 vMB 142
240,853 240,853 000000000000006a06636e0ab0d32eb64ffa2b7f3194b2a4143fa85910d7a784 226 0.09/1.00 vMB 169
240,852 240,852 00000000000000e44ccd69bdfe2b57a32390532e749104db8825baaf17060d74 483 0.25/1.00 vMB 133
240,851 240,851 00000000000000718918abb2cee2e8a59b70db180986eefeda291815f16bc790 245 0.10/1.00 vMB 157
240,850 240,850 000000000000001d9468904282e6e2c03ba0a83a33e4dadad4cde26c33944793 278 0.13/1.00 vMB 152
240,849 240,849 00000000000000648d9cb158fb1fa3c71fe541f96089d88a92ea8036b83bd5bb 616 0.25/1.00 vMB 177
240,848 240,848 0000000000000027bad9adbe0615070bb1b4dedbc87a40dce7ac1aacee79895e 109 0.05/1.00 vMB 138
240,847 240,847 000000000000007f2fc6238f1e3d3e4c42c1d262e7408c36433244ba4c0a8227 266 0.10/1.00 vMB 198
240,846 240,846 00000000000000db5b77068659799bf3d2c14cac4deb87c64fa99beedf4706c1 89 0.04/1.00 vMB 171
240,845 240,845 00000000000000ce9cea55d851507f1c44e2151c1d2215ccf223e4e38489745a 401 0.20/1.00 vMB 140
240,844 240,844 000000000000008995846cd2eb1c9a9b0d092c4a5569f39ec1dcd49a24c4275b 220 0.09/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.10 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: 729.49 GB
    • Received: 18.49 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.