Loading Tool

Explorer IconExplorer

Memory Pool

43,925 transactions
27.05 vMB
0.09435701 BTC
Random Selection Loading Transactions
Max Size: 141.66/200 MB

Candidate Block

Mining Attempt b2263d442077deb6958701c463052f74a128024d95e04cc56bfa22707c555e10
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5508fb780864801f5f1a4dfaf39a1fa38bb32b88d9c32735e03e7cec5269c92a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.04217889 BTC
Feerates: 151.16 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (572,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,118 342,118 000000000000000019dfef0b6d80e23488eab2a72137e0ff1ebb4225cf8c54d7 931 0.47/1.00 vMB 27
342,117 342,117 000000000000000003fc98b8abe2df99de3849a8d40a00f5684f5157e3765df0 710 0.38/1.00 vMB 32
342,116 342,116 0000000000000000076c2b8f4ff0abb80ca00c61d691fe30b4ca747dc9ed98af 701 0.44/1.00 vMB 24
342,115 342,115 0000000000000000101bd95386c2be49ee6597081c2cb626ce1d0d0aaf081623 256 0.09/1.00 vMB 29
342,114 342,114 0000000000000000091032fcdf80a451fdf45fd81f43f745684346176e0d1cdf 278 0.17/1.00 vMB 28
342,113 342,113 00000000000000000599fd224a8889ee6983968874408f1569709a101e8b1f7b 138 0.09/1.00 vMB 16
342,112 342,112 00000000000000001984a81749e1d4bb3d5beca9a82dade2d0794f8d9efc4cb6 847 0.41/1.00 vMB 26
342,111 342,111 0000000000000000127b3f6071c34097eece7ca25159c57180f0719aa45e102b 1,184 0.59/1.00 vMB 26
342,110 342,110 00000000000000000edbfd3c0ce2f5076725c2a6137036650fed6b8c17cb160b 250 0.25/1.00 vMB 17
342,109 342,109 000000000000000006788b5a5430d223a5d3998a4d19d6b4682aa93764a60ba0 533 0.74/1.00 vMB 15
342,108 342,108 000000000000000012bc0f27d2d00c6785018730f5057d8220cfd3e37bed8314 1,024 0.47/1.00 vMB 29
342,107 342,107 00000000000000000f24d15288ce034f5bc93986ac96c02a23bd9ec60fe2ea13 1,385 1.00/1.00 vMB 22
342,106 342,106 00000000000000000fe1b77436713d05ef09db319ce383f41d31b9b8e7c55175 757 0.75/1.00 vMB 16
342,105 342,105 000000000000000013016cb5e6ed5c467af60f4f7e1fb7436244e47c628de9c5 66 0.08/1.00 vMB 14
342,104 342,104 000000000000000001d3b31d335401d7d7bb5955f1165d87aa376d79b3dabc47 1,584 0.75/1.00 vMB 30
342,103 342,103 00000000000000000815a5c376627903041fdffa45f01eda84240f0d0e8a587d 206 0.16/1.00 vMB 15
342,102 342,102 00000000000000000c740e4c74a87c37ccc0804b261ba96664c0a0b85d93b0c1 326 0.17/1.00 vMB 25
342,101 342,101 0000000000000000190b00c1a3b25f18d6e7b834a5c3f92e49abad4a0b901154 429 0.21/1.00 vMB 26
342,100 342,100 00000000000000000d0fe0023a8dcfcde1d01ad32750986c6c71f3d9a67672b9 1,206 0.75/1.00 vMB 24
342,099 342,099 000000000000000018249db23509672259cba7e6959ccab37a7fa9d530abea9e 1,296 0.70/1.00 vMB 26
342,098 342,098 00000000000000000678e882ae8dda91118d1cbf184f509d436aa123f1863d1d 1,029 0.64/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.85 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.