Loading Tool

Explorer IconExplorer

Memory Pool

46,284 transactions
28.87 vMB
0.14343954 BTC
Random Selection Loading Transactions
Max Size: 152.74/200 MB

Candidate Block

Mining Attempt 164f71a048d801974b9cde671f5e9b3e7c0a4d749141b85719b9ffb856a039de
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6f0b33a6c218739a7ccd580fb6a9e750a4255ad9ede76ca4aaaeee526f977fef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.08118788 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (414,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,968 499,968 000000000000000000296e10eb4987c4eb9b7ba0841102dec4480e5d6b89acb5 2,349 1.00/1.00 vMB 376
499,967 499,967 00000000000000000089ef13654974b8896b0b0909dd9ae8e350b8a8a7807ce3 1,084 1.00/1.00 vMB 200
499,966 499,966 0000000000000000004d2e9dc9ebf45c3468fffda650b74d5817fb257a0290b0 2,151 1.00/1.00 vMB 240
499,965 499,965 000000000000000000676689cc21dd94e34116acf66083f1697330ad954a65f8 2,102 1.00/1.00 vMB 290
499,964 499,964 0000000000000000002510f28c0f2f4543d69a2e7b07a31dd38cfafe238bdd46 2,420 1.00/1.00 vMB 363
499,963 499,963 000000000000000000aea0d53e9458784c64956a8c819b0efad8c6c0fc11071b 2,524 1.00/1.00 vMB 289
499,962 499,962 000000000000000000925aacfaf145ad8af5b34dc48dad7e3973db8560a8406e 2,201 1.00/1.00 vMB 332
499,961 499,961 000000000000000000903405c7e596eecd7321645d07fafad8017f160ed517ee 2,618 1.00/1.00 vMB 424
499,960 499,960 000000000000000000762df2a932dd1bccfc355da7291cc7c9e04824a9c88218 2,490 1.00/1.00 vMB 316
499,959 499,959 0000000000000000004da4b4445e0d31c8fa865f5e89a307733b120c876e3f7b 2,450 1.00/1.00 vMB 396
499,958 499,958 00000000000000000053ce86f2ab74523f135a76b34bc97df0dc06760fe5081e 2,632 1.00/1.00 vMB 414
499,957 499,957 000000000000000000041f82abe621f68202bf12dbdd332077e2b2f54e40c13e 1,836 1.00/1.00 vMB 253
499,956 499,956 00000000000000000026d48abfeffa1359e5d8927a21c228b76ec2c5a93a6eee 2,067 1.00/1.00 vMB 405
499,955 499,955 0000000000000000009231262a6d5b5f1e879d880fe3f2abed12d4bd7215756a 2,110 1.00/1.00 vMB 381
499,954 499,954 0000000000000000005c7de5b9228dd2db952c54e00fbb75bf55530f06138f23 3,147 1.00/1.00 vMB 247
499,953 499,953 0000000000000000000cef38af56232d04739ad3517eb50bb9a94cd7f44ee6be 2,728 1.00/1.00 vMB 290
499,952 499,952 00000000000000000006d219e00f0f62d6a609dccf36120079bed3aa83320765 2,577 1.00/1.00 vMB 360
499,951 499,951 0000000000000000002b2b38717f9b91e658daabd38cffbb9c439abed7c37147 2,982 1.00/1.00 vMB 403
499,950 499,950 000000000000000000a735bdf9f26b377c794603dfd7df333cba33dc063f6e3f 2,270 1.00/1.00 vMB 418
499,949 499,949 0000000000000000001792babfeda532613c19651ff1538c86802415d1fa0fd9 2,542 1.00/1.00 vMB 364
499,948 499,948 000000000000000000ad6c1d80cd3278697546620f842f077654da9b58f2b7b4 2,460 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.