Loading Tool

Explorer IconExplorer

Memory Pool

10,830 transactions
3.67 vMB
0.01284142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.44/200 MB

Candidate Block

Mining Attempt 00a925eaf40917846c7b75e4a8028044b44880f90c75501247515bcd11a82633
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 1102941d76c4d5b0218a992090fdc2cc2b18fc9b64b3c1f9d7ea9bad356e29c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,746
Size: 1.00 vMB
Total Fees: 0.00890690 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (714,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,280 199,280 00000000000003229ba6774dfb327f159e3aa56d659816b520462bd18b689cb0 10 0.00 vMB 620
199,279 199,279 000000000000039e967aea6cf3d3e70b9d93aef2096117d42b75f955a855d7df 80 0.03 vMB 96
199,278 199,278 000000000000052d5e125da76f9365b359d3824b95e6bc161b5babf549953616 82 0.03 vMB 132
199,277 199,277 00000000000001be95653c0edc28f2085097f3c40bc47c6e16f9a2b687a0004c 220 0.09 vMB 116
199,276 199,276 00000000000005b8e6979d33172c35b1cfdc437dede1bebbe3d55a44bbac0fd4 112 0.05 vMB 103
199,275 199,275 0000000000000253e7ba756cfd3645036f124dfd0f4d309c4db3f403b4378c8f 274 0.08 vMB 41
199,274 199,274 00000000000003464e43c9b6b6f2a94e42d5f6f23145c35d1e8e412dbf7464a1 14 0.00 vMB 62
199,273 199,273 000000000000025b2c3847d94813eb840abce5329d5bf1341a99e0c17f58d4be 128 0.08 vMB 115
199,272 199,272 00000000000001511df1655172aab9c042e60121967b568699c7808179c15364 673 0.29 vMB 191
199,271 199,271 00000000000000a2e838ce7c65f5127c38f3ad5fde9af425df339061b7f2a885 82 0.04 vMB 352
199,270 199,270 00000000000005673e9f96bf07e981d5417fa4b9e10d24f683544df5e4363251 16 0.01 vMB 56
199,269 199,269 0000000000000060bdda65a9be137399e10d3d0bc2bcc62ba8f51d150b75ed9f 240 0.11 vMB 139
199,268 199,268 000000000000002b888240511ad17719debca5463ca0ca460774094bb6ea5e63 112 0.05 vMB 100
199,267 199,267 000000000000020227556ffc323f629d545b77d1caf82de5e9838aedf08593fc 78 0.03 vMB 81
199,266 199,266 00000000000001bd59ee14df9edeff7653f977cf8f2263a357cc23cf43e8c03d 86 0.07 vMB 140
199,265 199,265 00000000000002f8cfa8e8d8555aa477ddd9416e85d17c000cc71ccddbed27ba 370 0.24 vMB 125
199,264 199,264 0000000000000512d4ce1f9a26bed8b88d1c488aefe50137e25a70e7a84f5140 12 0.00 vMB 615
199,263 199,263 00000000000000f50b68a47f68e4c0b548e86d99c0d432072f02d2315c0d3512 752 0.39 vMB 102
199,262 199,262 00000000000002af34e3e9c60888e682ba33f4d79b9bb35366ce6b6e846cd09a 226 0.07 vMB 85
199,261 199,261 0000000000000255f20e177fdfd0cd8fefd6e0d159389ead78a05c341b50b757 581 0.25 vMB 159
199,260 199,260 0000000000000465ed35cf9d5637e8236430e45ce12fda5065b0b9b88bdcf57e 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 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: 367.48 GB
    • Received: 1.78 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.