Loading Tool

Explorer IconExplorer

Memory Pool

15,444 transactions
7.63 vMB
0.02433048 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.82/200 MB

Candidate Block

Mining Attempt bd6ecac249ed9e92d9659ecd5b57c1e71054a29c4f45701e1e9c8c7cfcc40334
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root 955c17758a211921b360a065c4aa61cd9ab530e7a67d404bc2dc5516b9c61ac5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,663
Size: 1.00 vMB
Total Fees: 0.00874044 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (772,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,395 141,395 00000000000005fe58617850020aaca3ceda0bf09e374f64abbf2af55122d84b 43 0.03 vMB 165
141,394 141,394 00000000000005f99248b7cbbf57aff9864c5a6e1ee5de969ca3ac39b8dfeca5 8 0.00 vMB 56
141,393 141,393 00000000000005bc437f29eb971b7d294ec613347a7bc81e2f60d92067df162a 30 0.02 vMB 64
141,392 141,392 00000000000007357f045e8865f6e747b2fd39d5a190258cb7ad7b15c0ab0b0c 7 0.07 vMB 60
141,391 141,391 000000000000037483db9fab022a562daea12071f5538191db89678135445c09 82 0.03 vMB 224
141,390 141,390 00000000000007a337444abe5447d29fb339f3a71981d158d22117b8bd458d3b 102 0.03 vMB 14
141,389 141,389 00000000000000260fa2a73b3ac431830c72aae37044b31dff32c6361c065607 100 0.04 vMB 379
141,388 141,388 00000000000005fbd469b302f3ce3a5f7ac604282d1dc1b3d42e3d49f51f03d2 16 0.00 vMB 71
141,387 141,387 000000000000055025557688cc1092ad26b495dfd46f7a2d4644253299dfd12f 20 0.01 vMB 94
141,386 141,386 000000000000054f0811e619016510b07a68ab41df88efdc5f4a7b945f8438d4 1 0.00 vMB 0
141,385 141,385 00000000000008dc2e380c69cfb3e5ad203212c7887dac0f5d084c9355a8d206 11 0.00 vMB 16
141,384 141,384 000000000000006d50e2e58c6db4963b17cc4522b3a5eacb42efb6f86e2db02a 92 0.05 vMB 300
141,383 141,383 00000000000005fc76074b41600d3d96d4bf3998c48b2f54c8bd729bdb476140 112 0.04 vMB 11
141,382 141,382 00000000000009158b41b142fdf6e294694b261140a362ad5c0a17a3b6645a61 52 0.03 vMB 59
141,381 141,381 00000000000008cd88308e116cfd65b434ba43385f0d36d0ebf1c31e885cd9fc 1 0.00 vMB 0
141,380 141,380 000000000000021a86306aef97a8f13e60b6023e46ea7a163225d66fe608e60d 101 0.07 vMB 539
141,379 141,379 000000000000024dc1e572195ac3de1d2814b1fa157681e62518130f77136c73 54 0.02 vMB 108
141,378 141,378 000000000000081e0e11b1ee09feb0295de53906981128dafd9e8e8a1804d1aa 42 0.02 vMB 57
141,377 141,377 0000000000000847b2b6144630b987120e0ba989cb67d4575c1019bbbc28bf73 9 0.00 vMB 135
141,376 141,376 00000000000000f28e129bb2ce83103b18e99813e9a317dac1642abc867e8748 4 0.00 vMB 799
141,375 141,375 000000000000043cd7e2c236b3536ffea1f27ea090a20de4b55eddf9de7c5413 72 0.03 vMB 88
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 284.98 GB
    • Received: 1.14 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.