Loading Tool

Explorer IconExplorer

Memory Pool

25,165 transactions
10.58 vMB
0.02737545 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 (688,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,811 224,811 000000000000018a390497f54ddbd34b7d1e0adda1495b8c6694a69c9c3c152b 385 0.19 vMB 199
224,810 224,810 000000000000039be50a9524b1f4b6ee090b544b1efb388b3291def51cb47d1d 157 0.09 vMB 126
224,809 224,809 000000000000026b778921655b7ac10e3ceddbf548796adcf31ed4bc9f75fba1 648 0.25 vMB 225
224,808 224,808 0000000000000344c7e9c934c156923bd83ad64d38e2b1a4fed41d629809a9ea 695 0.29 vMB 206
224,807 224,807 000000000000008f50a127b2b652b23ecc655fda66a555d836fe58a9b100a0cc 476 0.21 vMB 203
224,806 224,806 0000000000000330854669f59089867261d6c361ada325a48c0d085559a428de 244 0.14 vMB 154
224,805 224,805 00000000000002d138224b6ae350ed6d6b2eaaec777455da146f2cf16e356755 888 0.42 vMB 172
224,804 224,804 00000000000003c78b20428de455bde40b87dcf20b888037e7efc170ae6b7b60 500 0.23 vMB 163
224,803 224,803 000000000000027423dee172f6cc1dabccfe97ce26cf7d3eb85dfcc02f26fa2b 410 0.14 vMB 221
224,802 224,802 00000000000002e86652a0f3eab0ea63e19faee6576a238ee48ae6f4543cbe96 134 0.05 vMB 181
224,801 224,801 0000000000000004fc2c2e9b98f693c16fb6e273efd4879a3029f355b5b08b9a 471 0.25 vMB 160
224,800 224,800 0000000000000186dfe0572fceec7528605bded25e936e5163d0e647d74ec866 64 0.17 vMB 35
224,799 224,799 000000000000012c564b782e57cf06bad80928b49c0f51ec96d3f98acde452e9 576 0.25 vMB 202
224,798 224,798 00000000000003391c701a37ebac8e171dcb34050b638bf901cf1daa5426e987 66 0.02 vMB 122
224,797 224,797 00000000000000f18bb7e0da4bc30f42f4975e6d89ba1ba06ac7a7e0f0fb0873 352 0.17 vMB 139
224,796 224,796 00000000000002bbca645cdf81064185238e43e73bfd0904e8ab3e0ac9c08299 303 0.22 vMB 132
224,795 224,795 00000000000003bbf75f37b8a331938d6fb7dc61addf7bf6a97e95f8c9c0e5f0 1,040 0.47 vMB 213
224,794 224,794 0000000000000256adac18b79255d95dec7cc144f97e6e5cbe43ce0771c71d0f 340 0.15 vMB 247
224,793 224,793 00000000000001b09fee106075535a1ccac9f66ba7ce94c3c14b31e7fd4f95b5 88 0.05 vMB 88
224,792 224,792 00000000000000166a2f1bcda769886352b76917f489fbfc1d17fcbcd9773232 668 0.35 vMB 153
224,791 224,791 000000000000016af1e68eb42542bbaade2e9b12661aab19d380897059121417 368 0.24 vMB 111
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.