Loading Tool

Explorer IconExplorer

Memory Pool

45,824 transactions
27.27 vMB
0.07735608 BTC
Random Selection Loading Transactions
Max Size: 144.03/200 MB

Candidate Block

Mining Attempt 034046951aa12b95412f3f63511f9a2a15401f7040982ec4ae94d4bba2dd2984
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 3f7f50b04dbb78b29a3e52a3ff36921144e5c74da6a2e4607621156101ed1475
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,042
Size: 1.00 vMB
Total Fees: 0.02603955 BTC
Feerates: 201.13 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (354,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,504 560,504 0000000000000000001d2e0b82f4fbb39bec4d982e80c6588921b766e57161c3 2,851 1.00/1.00 vMB 22
560,503 560,503 00000000000000000026c8e1e6a5b6a5f8aa5e487aaf20118a95d5dd703996bc 3,244 1.00/1.00 vMB 57
560,502 560,502 0000000000000000001a9ac32ab3914b244345a5e43e47df39088bb90c8ef9ec 3,022 1.00/1.00 vMB 50
560,501 560,501 0000000000000000002c6dac812e43c11fe9b1bf933d8683257cc9e58371e030 990 1.00/1.00 vMB 11
560,500 560,500 000000000000000000160149b07886f25cb0b6ad63336ddebd422b9f1521f3e6 2,718 1.00/1.00 vMB 7
560,499 560,499 000000000000000000090a236d3dd8db6a78dcbd2976a508c902c2401ff51f4d 2,548 1.00/1.00 vMB 15
560,498 560,498 0000000000000000000e527308e989dc6bbb0352b5f5e387906ce1e50bf136ab 1,958 1.00/1.00 vMB 11
560,497 560,497 0000000000000000001257d5ee43b87805473a155be8cbbdc7cafaf707d836fe 2,698 1.00/1.00 vMB 17
560,496 560,496 000000000000000000021dcfa32170936b45a4313d83f562b540c008dbd9e8e7 3,044 1.00/1.00 vMB 15
560,495 560,495 0000000000000000001b1a9ccfafb21c9d32b75b927081c00549e74f9e882c3e 2,680 1.00/1.00 vMB 44
560,494 560,494 000000000000000000246f268af044911fc2a63c0124a96cc636793ab5c0b749 2,892 1.00/1.00 vMB 37
560,493 560,493 0000000000000000000bd5e1c7a7deefa11db5b430bb623dd8e3ba12ecef18f0 3,065 1.00/1.00 vMB 14
560,492 560,492 00000000000000000009e25d348d795cbd99d99005c640d2b7656aacd601ba9a 1,160 1.00/1.00 vMB 36
560,491 560,491 00000000000000000000be5dba02cc14936637f80b755c3f955d477d735ea922 2,628 1.00/1.00 vMB 33
560,490 560,490 00000000000000000009597cdb533ae2ffe9728ca8451f1ebed6c88d1f1222a5 3,021 1.00/1.00 vMB 21
560,489 560,489 0000000000000000000f66edd0104cf9bcd7c0837bb0ae518537768622e9211e 2,143 1.00/1.00 vMB 25
560,488 560,488 00000000000000000016bd943367e0941bf42605145c89ca031bb32e6ae10dae 2,363 1.00/1.00 vMB 18
560,487 560,487 00000000000000000020f7f3749924a5070335bb93b05d43e5c81b06772aea4b 2,989 1.00/1.00 vMB 32
560,486 560,486 0000000000000000002ef9e859d6e2117c309bcb16e498dc652d9604a5612d34 2,850 1.00/1.00 vMB 34
560,485 560,485 0000000000000000000ee3cee52f2cb70991896de746746ccea3cbc4b25fd906 1,997 1.00/1.00 vMB 9
560,484 560,484 000000000000000000081e173b290f69c09c105db3d14dad38804260edd254b2 2,157 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.