Loading Tool

Explorer IconExplorer

Memory Pool

44,673 transactions
28.47 vMB
0.07957117 BTC
Random Selection Loading Transactions
Max Size: 150.84/200 MB

Candidate Block

Mining Attempt f09b0c742cb9964bf20e68778e2d86471ee548160c87af643fbde875d1fd99cb
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 1ebf7995b554f92ca5fe7f6e70c6f31b436ea9f870d8f70864883240a92412a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.02525741 BTC
Feerates: 150.92 > 2.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (336,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,906 577,906 00000000000000000001e43fcc230f76472ce30953ef1ee8a9046eb403cad8bf 2,513 1.00/1.00 vMB 45
577,905 577,905 0000000000000000001512687d75091a27f2ed52e1ddd3476dc3adf8c0326009 2,405 1.00/1.00 vMB 50
577,904 577,904 00000000000000000002ce759751665d319c3e80e0fe14b31f912755deca496c 471 1.00/1.00 vMB 7
577,903 577,903 0000000000000000001933b2990a4fbe9dae516ce77e53828501acbba1dc72f9 2,359 1.00/1.00 vMB 21
577,902 577,902 00000000000000000012b1a4552c27a2430c7536266b70207d80d3a802bcb14e 2,961 1.00/1.00 vMB 35
577,901 577,901 0000000000000000000e2e2d2e4c97fb0f8871b90193c64548620fc41b1da3e7 2,707 1.00/1.00 vMB 132
577,900 577,900 0000000000000000001da87533db854fff0c80c80d16d4bfe09e90e2a878b22b 2,929 1.00/1.00 vMB 69
577,899 577,899 000000000000000000274d5e7e46f03afe70d36fd20544441015ea57e510f572 3,114 1.00/1.00 vMB 109
577,898 577,898 00000000000000000003e018bf4cae4ec444934abac5a02db127b38ca5c17039 3,072 1.00/1.00 vMB 49
577,897 577,897 0000000000000000000d3c3862458f0cffe4bc3f3ab4be02f47a28acde3866f2 2,864 1.00/1.00 vMB 110
577,896 577,896 0000000000000000000267fdf54d391d7e63d24c92f9437f94897fbc0c63c1e1 3,107 1.00/1.00 vMB 92
577,895 577,895 00000000000000000026af2846662aec5e69e90c9a67523489dcc6e4ea6c692b 3,080 1.00/1.00 vMB 132
577,894 577,894 0000000000000000001689db77fc524b8e69987b0bdb30ee2b333e5b625d511a 1,695 1.00/1.00 vMB 22
577,893 577,893 0000000000000000001c76138f4bfd8b6208f9e6aa7b6fb4e83ec1a45ed23699 2,992 1.00/1.00 vMB 116
577,892 577,892 00000000000000000015a60e23dea9708cf4b59a3a6938c41d3693978c37a657 1,891 1.00/1.00 vMB 21
577,891 577,891 0000000000000000000d151a30aa107d103c8796f619b62979a5f495399593cb 3,075 1.00/1.00 vMB 91
577,890 577,890 000000000000000000090da140c9efc4089d724448aac201cc820d0eb1d3a738 2,930 1.00/1.00 vMB 31
577,889 577,889 0000000000000000000bc07c0daf77321e744f166131c8afcc23f33dc2925d3a 2,798 1.00/1.00 vMB 101
577,888 577,888 000000000000000000125616ffd98a64a740df24cd05fa3f7f82c3fb2237d237 3,021 1.00/1.00 vMB 122
577,887 577,887 000000000000000000181fa196f0dbedea5b16dc4df042eb85fe73d90df55950 2,848 1.00/1.00 vMB 156
577,886 577,886 0000000000000000001a224fc165ed1cd7c14d78c48c5bc14577885ea849128d 2,266 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.