Loading Tool

Explorer IconExplorer

Memory Pool

44,375 transactions
27.21 vMB
0.07650110 BTC
Random Selection Loading Transactions
Max Size: 143.60/200 MB

Candidate Block

Mining Attempt c4d9e5943d905621e7eb8737254c2f25cf43c1d45918de4c9e5733fc57730634
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 99560c5320f4fe18d42e8599ce6f4eeff81e8e06ad4cb92fbfb506ff5bacc6ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02566257 BTC
Feerates: 200.83 > 2.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (336,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
577,885 577,885 00000000000000000002ee1a576d4a4cc5bbe0763303081cb463c7e425420597 2,285 1.00/1.00 vMB 14
577,884 577,884 0000000000000000001d4cf2b42876263b929ded894a4997ea4226e180b47aa9 2,850 1.00/1.00 vMB 90
577,883 577,883 00000000000000000010f7bc4032de4fdcaadf4d5c5ad7eade03f7b73681de40 3,171 1.00/1.00 vMB 165
577,882 577,882 0000000000000000001103219c209315ca78760a02984a8d39e114fc8c6833d2 2,617 1.00/1.00 vMB 112
577,881 577,881 000000000000000000257729973a5373d2d18f7f0142f549e10946e7098c74fe 2,487 0.89/1.00 vMB 18
577,880 577,880 0000000000000000001433ac9a8eaee1adf0b55a14c840dd788b7066d9c3f24a 3,172 1.00/1.00 vMB 106
577,879 577,879 0000000000000000001be19cf578a12145734b4a315739a3064756748d25bf6e 3,066 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.03 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.40 GB
    • Received: 13.27 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.