Loading Tool

Explorer IconExplorer

Memory Pool

76,719 transactions
30.25 vMB
0.10478667 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt 99e36fc6c2ca1e214a31c103a86fb7bfbf3d2d95b8cf054b5f6f40b985d1cd4a
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 5e1c37b7201e81fdc60fb60ea3e9373baffee9df35bebddd0a09d758fb2492fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.02758966 BTC
Feerates: 100.00 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (674,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,525 240,525 000000000000000f3946a9c8c52280b82b442160baea0d8519c52015d2d6bf30 13 0.02/1.00 vMB 44
240,524 240,524 000000000000000db6c8a8157b196d44a84142a4c09acee2ad526f8f9b1e97a6 107 0.07/1.00 vMB 189
240,523 240,523 000000000000003b13a035716f2c4591bb6c936179dad8746651cba42e15bc99 268 0.12/1.00 vMB 191
240,522 240,522 0000000000000099609f5b6cb029913b21c8802b084dbd8ddf9ee1b32e5a4609 248 0.19/1.00 vMB 134
240,521 240,521 0000000000000029671b37b6a8b041da24e0218cd53d3775e732896e29ff4df9 80 0.05/1.00 vMB 71
240,520 240,520 00000000000000f1bf505b410670a566813f8c35c37b88b143a0ab728c3f3728 119 0.10/1.00 vMB 68
240,519 240,519 0000000000000111451bb1eb6b879a1e13c8f467d0194af4c07abf3f16ea65ee 536 0.25/1.00 vMB 185
240,518 240,518 000000000000010b44af2b5a950d6bc564592c7515c6f866a413b2deb04f4300 200 0.09/1.00 vMB 155
240,517 240,517 000000000000002bac88aa526ac590131dd2ffcbeadc7b35078dc713fb1b0d96 230 0.13/1.00 vMB 149
240,516 240,516 00000000000000bc668c9373d7e5789d8f9f5d0ba1cf9a86ab1f1713927e1cc2 334 0.19/1.00 vMB 149
240,515 240,515 000000000000008fc3ec19416a4e5d24ee141c40ce74cf45410d6039b18484e2 50 0.02/1.00 vMB 134
240,514 240,514 00000000000000697bb0a92e459819b8a85348cc72d43b7d58929a8f909a0e2d 239 0.11/1.00 vMB 194
240,513 240,513 00000000000001110282e67bbbb844727cdb39aaedb62694e31d661f52518ad9 60 0.05/1.00 vMB 81
240,512 240,512 00000000000000d21af728da7904645b50b921c959ff92aa65b44f7b92a0e2d3 46 0.02/1.00 vMB 184
240,511 240,511 00000000000000428f6f836295dbac96b9a7640feeed634cc25714e13c1bf4a1 98 0.04/1.00 vMB 43
240,510 240,510 00000000000001033a9ed68107ae53dcaf74776f6619d486eb8bc4c7fbc4a4f3 205 0.11/1.00 vMB 69
240,509 240,509 00000000000000942ec4d7bc75c918a2134ba91b97d902ad8c252de2242ff915 208 0.15/1.00 vMB 118
240,508 240,508 0000000000000036a196b10a7e26311f9bdbaf1170c21c40efd00a17b42fea2b 601 0.25/1.00 vMB 211
240,507 240,507 00000000000000ba5f4b3ea37a1aa9d875b2e4cbb3166ca3c8626c212c34e31d 256 0.24/1.00 vMB 97
240,506 240,506 0000000000000050a12c1c1e5d87665bf22d9ef598c28fae05757f4af33729ad 322 0.16/1.00 vMB 137
240,505 240,505 00000000000000702b8d93917d6e9faed72107941af5851126f1d6b326389c41 358 0.17/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 783.17 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: 749.49 GB
    • Received: 18.82 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.