Loading Tool

Explorer IconExplorer

Memory Pool

70,918 transactions
26.75 vMB
0.07474561 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 15f2022af5fccdc2918fde702974fc9027a635733f03adefc16115f510018c0e
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root 24c3160c44aa5c70e2bd8f281cc5c2fbca80dcb95081f2be277174241d57e522
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01759419 BTC
Feerates: 150.75 > 1.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (655,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,956 259,956 0000000000000023fdbee34c47be52442ffc8e0900d8ec3b97d21ceda6fefc33 446 0.20/1.00 vMB 100
259,955 259,955 000000000000001bc609f1bbcbb50c5e4cc92e652a1ac14d1fb4b29d17650759 405 0.24/1.00 vMB 71
259,954 259,954 000000000000000cf0ae99fdc7c7bf6e253865fe93daa49b49f68ad36b76b73f 665 0.25/1.00 vMB 118
259,953 259,953 000000000000000b1a26c5eb2ccfe3fb676fe84b50f1d0f66144f8daf6adffb3 193 0.09/1.00 vMB 100
259,952 259,952 00000000000000093b72cf63147e2019b2cc281ba0786bf64ae08ee760c5e7e2 128 0.06/1.00 vMB 171
259,951 259,951 000000000000001b47a7683bded86b69f46754bdfbb5487c097c56398359fc3f 73 0.03/1.00 vMB 87
259,950 259,950 000000000000001fb71392971bfb6f2f00b274411c8d51072ce6fe2d496543c5 161 0.08/1.00 vMB 88
259,949 259,949 00000000000000157c9e2de218f7d56b5e41098b8cf4255b5a04889196f81d31 272 0.12/1.00 vMB 88
259,948 259,948 000000000000000f2cd6962d0a50be31e1dec3ea06c1b4cb4ada38038ba67352 296 0.14/1.00 vMB 96
259,947 259,947 000000000000001f0216d845a76d0bffbcc1f73d1c1e27cad384923e73dd03b7 799 0.37/1.00 vMB 106
259,946 259,946 0000000000000022b35e48935abdfd3b7b1d92781027b44489d0c9e442cd613e 44 0.01/1.00 vMB 84
259,945 259,945 000000000000000f26f882b4f3f83c60d178c2405a7c06e9e5f5a97f6c898f05 146 0.12/1.00 vMB 63
259,944 259,944 0000000000000009a4b830b05acfdd23a43c65501ac971e85509fccaebb2ee8a 407 0.22/1.00 vMB 70
259,943 259,943 000000000000000c4a3b66929a66875e233bdeae0c9e27f9038a7d6c10f6c1c7 614 0.24/1.00 vMB 131
259,942 259,942 000000000000000f0559663f0f0deb19607fd6b4efdd477018872987998fb719 107 0.05/1.00 vMB 66
259,941 259,941 0000000000000014db195ff82854a15aa61a3a4dc945429b3b6ed6e92b73fbb7 550 0.25/1.00 vMB 113
259,940 259,940 0000000000000000b9af3f758b5bcd66119a87f392bd17d54bc2506f05786f06 105 0.05/1.00 vMB 104
259,939 259,939 0000000000000015c611e3b1f7a5dfe71e8af09d63abb234cbedac6da7848de8 19 0.01/1.00 vMB 99
259,938 259,938 0000000000000008ba8cf84ab48c54f8533f1b7bfdc8ad3a161acdfa83312bf3 83 0.03/1.00 vMB 61
259,937 259,937 000000000000001eeefe16f6d916fbe223d850cc31ad204ed3122db8bb2cf6df 591 0.24/1.00 vMB 117
259,936 259,936 0000000000000023793dd33f638541e09e81c7bf5b11eb39b1ae4f5f9f1ce30d 19 0.01/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 755.44 GB
    • Received: 18.95 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.