Loading Tool

Explorer IconExplorer

Memory Pool

56,788 transactions
32.24 vMB
0.15110436 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt ba7a006952087bbe0f650688ea6984e0613155ae849d2a07cc7644894b8ea212
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 524af7e492ea084ad769b4f7d9f5f398d4cfd4b95ea9544237b3cd03fea0e63c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.05189186 BTC
Feerates: 121.08 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (572,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
342,097 342,097 00000000000000000fc8bf70249a6797f8966ccd74585bf2a9f2d94da63caa6b 193 0.10/1.00 vMB 28
342,096 342,096 00000000000000000f4527d0540807730f7c98a9181f529fe590fc0011909403 1,351 0.68/1.00 vMB 29
342,095 342,095 0000000000000000119864dd84ae8991c1f6b85f8796f9ddd1349e2f32b71a73 1,372 0.67/1.00 vMB 28
342,094 342,094 0000000000000000177a9dcda4c29e9c43a530bd4bb9f44431747eb12df83cf4 1,147 0.61/1.00 vMB 25
342,093 342,093 0000000000000000137b8d1b35b210799a1299fb618a0ece3efd96f96ee44dd8 921 0.55/1.00 vMB 24
342,092 342,092 00000000000000000fe109ad68f0a3d48f94e92da721e99614ab5b31d27cb3ec 761 0.43/1.00 vMB 23
342,091 342,091 000000000000000019519561a2def02cba6f567226ed83dc36cdea60e230a22b 416 0.25/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.