Loading Tool

Explorer IconExplorer

Memory Pool

40,882 transactions
25.87 vMB
0.05086902 BTC
Random Selection Loading Transactions
Max Size: 135.08/200 MB

Candidate Block

Mining Attempt 02325e17729b714d07f703b3d95dc2198b5587a61868a6c0fcccee0a59ab3844
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root f37391d1ea7a3bec8ab48fc4f1b47000182a20d494d5afccd9ebf17f34b6fcb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,250
Size: 1.00 vMB
Total Fees: 0.00394929 BTC
Feerates: 40.21 > 0.40 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (152,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,517 762,517 00000000000000000003452324493755bf6c85ee14c71fe2f2c5bc05fc640655 1,416 1.00/1.00 vMB 17
762,516 762,516 00000000000000000004e2e6d9c7c86164c06e2ac076a2e18813f2bcd2bd54a5 1,228 1.00/1.00 vMB 18
762,515 762,515 00000000000000000004cc0db633748489a65ebf970cfb24e880c1912b79bb00 1,031 1.00/1.00 vMB 7
762,514 762,514 000000000000000000059d72b61cefd8b60be074e258b0fffc7adec809c4d94f 2,199 1.00/1.00 vMB 19
762,513 762,513 000000000000000000015432aeafe2b0bacf6bd91bcd75ae5e249cea1fc20c87 1,117 1.00/1.00 vMB 4
762,512 762,512 00000000000000000001eea2977ad23156bac8e07a58af5a83af138b4c15c47f 2,486 1.00/1.00 vMB 21
762,511 762,511 000000000000000000030d4eae09ed54dcaf4a7e5bb302e35d06f0164a6ff749 2,982 1.00/1.00 vMB 32
762,510 762,510 0000000000000000000479e70d8d6e9a8cc28629ca47383197c90a9ea6ab9fe4 1,725 1.00/1.00 vMB 8
762,509 762,509 000000000000000000023d51a04fe652375fdee9a6ee06e4c14a5a2d6714b73d 1,733 1.00/1.00 vMB 7
762,508 762,508 00000000000000000002f1103dc1f4e538142044f9b6472befb9551b581d197b 1,514 1.00/1.00 vMB 14
762,507 762,507 00000000000000000004be3d9729dfaf6a136d4d05907a6e9348b7662792835a 1,718 1.00/1.00 vMB 20
762,506 762,506 000000000000000000016316519501e8df86adec0670ff49e9c9cac136b447d0 1,286 1.00/1.00 vMB 10
762,505 762,505 00000000000000000007a367de491763b06d00edb7866ebb32b8e47c6365a764 2,237 1.00/1.00 vMB 29
762,504 762,504 00000000000000000006e7e822381b6cb640d54430e95d84b7faee4b5ed06ee9 2,388 1.00/1.00 vMB 21
762,503 762,503 000000000000000000020a74ac23959a11744d572dcf75ee747650f572ded1fb 1,390 1.00/1.00 vMB 3
762,502 762,502 00000000000000000004bc6eab549081f3590693c2993280e1544fac20dff949 2,676 1.00/1.00 vMB 12
762,501 762,501 00000000000000000002a7fdf5ccd6164ad4143feea564c8f4610b9220d30fb4 2,476 1.00/1.00 vMB 13
762,500 762,500 00000000000000000006920d841e1079a5081db385b69bae2b3dfed97037138d 2,847 1.00/1.00 vMB 13
762,499 762,499 00000000000000000003fbd0636659210f4ec67b1f3a1270bdda1dedb0ab0d8a 2,687 1.00/1.00 vMB 37
762,498 762,498 00000000000000000003792142e914d63d770e1e9d4252340ad7717de11ee46e 2,286 1.00/1.00 vMB 21
762,497 762,497 00000000000000000003920fbfc1493549dcb1f5d6fc4d82758273256aa6d1a0 2,491 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.