Loading Tool

Explorer IconExplorer

Memory Pool

81,247 transactions
29.56 vMB
0.08318149 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 80fb677b494d82780f67468788e40b8e3202f3ad6f99d4733c52e824ab6a1c9a
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 829f9a0697cd82f2b6ae6b882a5208c25774c1de284bab52058b837cbac6af39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02098537 BTC
Feerates: 100.53 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (437,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,563 477,563 0000000000000000012b01803dc1f13f804fd209ca62b87036c332c9f878d696 1,948 0.99/1.00 vMB 62
477,562 477,562 00000000000000000134b99936d30a91911b970ed12aa8d19c221e6eeb52c451 2,037 1.00/1.00 vMB 73
477,561 477,561 00000000000000000109560c526818e8be774c44590586c97e1a574ce949cf66 2,027 1.00/1.00 vMB 105
477,560 477,560 000000000000000001090bd9f86d5b19796df634e0e9b3f4fbeb4e5323d29ee7 2,360 0.99/1.00 vMB 96
477,559 477,559 000000000000000000f7907899de5b46e546bebd1616df8ed055dda83c11b81e 2,256 1.00/1.00 vMB 147
477,558 477,558 00000000000000000021b10fb55d2dfd1d3234bae5859ee6a144916933ff892b 1,894 1.00/1.00 vMB 200
477,557 477,557 0000000000000000000b2e5007b15e268d1df4110628864381a46faa03d69f9b 1,209 1.00/1.00 vMB 157
477,556 477,556 0000000000000000008f274b5d517a41d2bec7f756bef80156f2d8dcaa3f7a58 1,350 1.00/1.00 vMB 200
477,555 477,555 000000000000000000b6b233d51d3279a6751d354254fba88a1dd08fdc71078f 2,255 1.00/1.00 vMB 103
477,554 477,554 000000000000000000c23827b54818eacc43a5636b2bb69e75a361236c315c41 1,938 1.00/1.00 vMB 212
477,553 477,553 000000000000000000595cd500d45a870d4250460c3a24abdbd691fd157f6f37 2,232 1.00/1.00 vMB 145
477,552 477,552 0000000000000000013e7f524a0ad73cad6ded0a23ec7d0e1c891fe96a0c4a26 2,426 1.00/1.00 vMB 98
477,551 477,551 000000000000000000f3ba2f31aeb6705474832d14890a047f1c8a819253b5c2 2,358 1.00/1.00 vMB 106
477,550 477,550 000000000000000000cd66e7535415c1b2db96b563e8b4d08985044c556e3962 2,214 1.00/1.00 vMB 158
477,549 477,549 0000000000000000001b10c7477e948ccf99a5e7cf9f5ad6e897ef06d0c0bf63 2,404 1.00/1.00 vMB 187
477,548 477,548 00000000000000000098a861f222cfdc8b620d1869d0392bb57d3492d813bc6f 1,964 1.00/1.00 vMB 209
477,547 477,547 000000000000000000cdc24134fca02ce2c02316737e7da3f5c8a9c81913acb3 2,114 1.00/1.00 vMB 214
477,546 477,546 000000000000000001150049481d7f3d790734777e1fcb4701d765450d8bd160 1,938 0.99/1.00 vMB 158
477,545 477,545 0000000000000000002bfe1dc0045a8ff775b81f09ee6fb9dc65e84ebff788c3 2,198 1.00/1.00 vMB 207
477,544 477,544 00000000000000000036d6ee35fe4e677a7eef92572feeb88f40d3bf82587178 1,863 1.00/1.00 vMB 124
477,543 477,543 00000000000000000150c0231a2ee5b39ed2601f7688ff55edb43f21b9949b6b 2,350 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.