Loading Tool

Explorer IconExplorer

Memory Pool

25,164 transactions
10.58 vMB
0.02737029 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.64/200 MB

Candidate Block

Mining Attempt e905cf7608cb94f132fdd69d9da48d2080b58792a837548bad87741a5135108a
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root b4c8444f17d0305d23d36a0ca7fc801fc3878cbc870b65316b0704555adc5c35
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00990980 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (753,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,278 160,278 0000000000000b2a6465db70659932caf22bcbe6851520539d887fe99fc53bbe 37 0.01 vMB 98
160,277 160,277 000000000000020a14c763b214fef27c713988f878e70cf46ed3c7ed68925401 12 0.00 vMB 0
160,276 160,276 0000000000000b518659b59a254e67cad39937ab3f409788b2dc720dad8b41d0 23 0.02 vMB 16
160,275 160,275 0000000000000ae8f406138fb7cdea2d80d5f0ba8e0ea6db31b94c1ea831ae7d 53 0.03 vMB 23
160,274 160,274 00000000000007b53f874b59c59010c9384d9d2c8afa74785a7b945f9ca04438 6 0.00 vMB 755
160,273 160,273 00000000000003cfade6b9e43f9881962092be1dfba05a418f789bf0c300c7bb 85 0.04 vMB 80
160,272 160,272 00000000000001ef80e13c119d0ca77af0c7642e870bbf3e7aff46e569c301bd 15 0.00 vMB 0
160,271 160,271 00000000000007460d33a8e3db1e50feac307fe4e16e44dc3c0ab63cdea7480c 29 0.01 vMB 20
160,270 160,270 00000000000009c8248e30a29996b12fe151fa003e220e383969fe7999e23aa9 10 0.01 vMB 193
160,269 160,269 0000000000000627392a605bdf3d2c228642c622bd97f71e395b7c3603e03c10 13 0.01 vMB 18
160,268 160,268 0000000000000e4c835421a5ac1e8fb758933a19e6874667292f2b0aa4095a19 10 0.00 vMB 413
160,267 160,267 00000000000006f2611c32bd83f6fd943e4ac4f1866e9bd5a926dfe5716db5f5 9 0.00 vMB 0
160,266 160,266 0000000000000bbbfd319ad931d8553d6b213f0bde2236d07f7ba11e9b579cf1 25 0.02 vMB 32
160,265 160,265 00000000000002130f7a2253bdf878f594da010caf308814be53e5c04bfd6485 43 0.03 vMB 60
160,264 160,264 00000000000002f0d7f58d1144f50ed88d931d009c4decde811f14eeb0daf059 81 0.02 vMB 36
160,263 160,263 0000000000000da53d2f36e61c5b6f33ef27a6ff320115b6366b05e6388cad1e 13 0.00 vMB 0
160,262 160,262 00000000000004a482fddefb530b160b2e45221d971343d813322595259b9d32 18 0.01 vMB 46
160,261 160,261 00000000000000499111d366fa75db573a513966c88370aaff8ac332647384f5 25 0.03 vMB 114
160,260 160,260 0000000000000cfb0ae0268a464ed3d0d9b8e0b9205ed10d822f7cefb5960bcd 16 0.01 vMB 12
160,259 160,259 00000000000001b22e90cd4ee5534e50714e583a0787a91b2e5614d38b7e2ea4 34 0.03 vMB 92
160,258 160,258 000000000000025e051ef9f14387d8c9a3711ff7551eead01d3eeb772f738737 98 0.05 vMB 215
Previous 10 blocks ↓
Total Size: 779.82 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: 415.24 GB
    • Received: 2.22 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.