Loading Tool

Explorer IconExplorer

Memory Pool

78,072 transactions
29.03 vMB
0.10206193 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 2f6f8c46e7db32a19b3b3f903a4ddc266f23d3244e28a671d8f377231e1c1de8
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 91bb86e2765da4f72770f6f62dd4d719a973bd6debc49eaa2fbd4ca6a58d8b8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 1.00 vMB
Total Fees: 0.03065883 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (403,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,173 512,173 0000000000000000003f1dc1c027d4f8f4d6631093050e19f0816696a790f1e0 1,736 1.00/1.00 vMB 14
512,172 512,172 000000000000000000280cf1934d5787d93a8c2537a6139d7521dbd8c07c004d 1,824 1.00/1.00 vMB 21
512,171 512,171 00000000000000000018e313eb8c166e4c2f6cad69eee1c14f0ad7633a329f8e 1,557 1.00/1.00 vMB 74
512,170 512,170 0000000000000000000ed330d3912b5c51ab2afbc91cf1543193eea617891943 2,866 1.00/1.00 vMB 60
512,169 512,169 0000000000000000000bcf8f55fbe901703d708b72ab12969b0af62dd3201795 1,714 1.00/1.00 vMB 18
512,168 512,168 0000000000000000005445c660ff42f2f053ec0fed2bb5391fd215867c82934c 1,974 1.00/1.00 vMB 48
512,167 512,167 0000000000000000003d5ff99b2be38646d1f865cd18e00400a10d4a990c610d 635 0.93/1.00 vMB 9
512,166 512,166 0000000000000000000577984d80ca6581ad5ddb7aa07da380431c11f933cd0c 1,360 0.49/1.00 vMB 48
512,165 512,165 00000000000000000015bff3c0e92597ad1eb99692c60f5b718141b9a80781fb 331 1.00/1.00 vMB 5
512,164 512,164 00000000000000000014fd41a7b218f9320b1956f776f6ae651f3e45e93ef85b 998 1.00/1.00 vMB 15
512,163 512,163 00000000000000000018ff0902d4bc7621bf9c4adf0cb3a73dc13f1cb8e0fd3c 915 1.00/1.00 vMB 15
512,162 512,162 000000000000000000525c1716f24ba06e8fb08893fcd15d24e0978631ef52bb 1,798 1.00/1.00 vMB 17
512,161 512,161 000000000000000000169a60095a5ea8f2d436e3861fd390fdb5ec269760d098 2,559 1.00/1.00 vMB 28
512,160 512,160 0000000000000000001f4c10971f2c8dbefb7594d078f08d8ae3d79fa8823155 1,898 1.00/1.00 vMB 17
512,159 512,159 00000000000000000020dbb1d77ac0a3fc882c48e41a724ba78dbd647b21c02c 2,893 1.00/1.00 vMB 101
512,158 512,158 000000000000000000425008b534357662e2f3a2e14bc9cf84bf1dcbb1de4e13 3,038 1.00/1.00 vMB 85
512,157 512,157 0000000000000000004c2ef6a6c9780e8cb450bc6dd39cdd8efe84fbb4291d1e 2,118 1.00/1.00 vMB 132
512,156 512,156 00000000000000000016bdea42423e60661725a2aad843214f3cb08b7b5c784b 936 1.00/1.00 vMB 19
512,155 512,155 0000000000000000003cc45f4c5253c842dd2094d28286756c70b401eef4f257 1,089 1.00/1.00 vMB 7
512,154 512,154 0000000000000000000d0acfd79b0e18b015ab05e898b7a9205efbf27b5466fa 2,446 1.00/1.00 vMB 15
512,153 512,153 0000000000000000004e91d943b479b3a87369c42231a075069bc40a78c8ebb3 2,600 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.