Loading Tool

Explorer IconExplorer

Memory Pool

76,166 transactions
28.41 vMB
0.06472768 BTC
Random Selection Loading Transactions
Max Size: 172.20/200 MB

Candidate Block

Mining Attempt 477226f9d826061c347a02c3e5232552047e5dad272bbcb928772cc3547f5ca0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e9f4b052c0d1f23e18a6d0709c8e13e422d31c725c0abbd3015cc10c85f73e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00595062 BTC
Feerates: 41.50 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (435,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,905 479,905 0000000000000000008c9ce6bf6773cea2bdc00e1afd46fb689d59edaa65f919 1,888 1.00/1.00 vMB 100
479,904 479,904 0000000000000000005cf9149be9556cca9ba3d87802e27fee2223b559013fd3 1,944 1.00/1.00 vMB 103
479,903 479,903 00000000000000000083288edf5e21c2cff93f44c85312b4009c067164ac0b05 1,908 1.00/1.00 vMB 94
479,902 479,902 0000000000000000004f4373a42e3c0938907b8b265ddaef2f7ede58e2cf120d 1,461 1.00/1.00 vMB 74
479,901 479,901 00000000000000000107304da3288c873275b2f218f6feee4b367140941944c7 1,641 1.00/1.00 vMB 107
479,900 479,900 000000000000000000cb3fd7c1bc0b9f1ee5564a50693e01459f3a31fb45e0f6 1,119 1.00/1.00 vMB 91
479,899 479,899 0000000000000000001bb7583189e7b2cc56cca9f23af1b884971e148fc981a1 1,703 1.00/1.00 vMB 101
479,898 479,898 000000000000000000c7d9647f5f1f0eb2f3edd331de91aec6bb7a3b91a7bc90 1,166 1.00/1.00 vMB 100
479,897 479,897 0000000000000000010d2a01b97e200769bb8916ec65403a78c938064841205d 1,667 1.00/1.00 vMB 98
479,896 479,896 000000000000000000a50a667fc8f018fe1e5566bd85712162305f48e4ee6f7a 1,979 1.00/1.00 vMB 108
479,895 479,895 000000000000000000d62c9fb98e49c7dc2e796afac66a3081fb48bc7703141b 1,707 1.00/1.00 vMB 105
479,894 479,894 000000000000000000c3ba2176cd72b6b4e0c63f6701d86e436b57e433085f94 1,898 1.00/1.00 vMB 135
479,893 479,893 0000000000000000008b6fe18c39f472f3b81ee7a3044a5c23ff7af572c950d9 2,488 1.00/1.00 vMB 172
479,892 479,892 00000000000000000059accd2543bd5c2584731494449c4b6ac1759077b3b407 1,741 1.00/1.00 vMB 99
479,891 479,891 000000000000000000e97a1f7c3329c43373c91fb64908ea631b04cf7dee11c3 1,694 1.00/1.00 vMB 122
479,890 479,890 0000000000000000001dd5dd3a8f89fa20c6492f40e4bad7c6b10d5ba938281a 1,635 1.00/1.00 vMB 118
479,889 479,889 00000000000000000050dd3b9254136e8e7b257d10dd428b74734a13fbfca1a8 1,460 1.00/1.00 vMB 106
479,888 479,888 000000000000000000e0210ee31412bab5ee7b8c6aef801976960638b165657c 2,334 1.00/1.00 vMB 146
479,887 479,887 00000000000000000115295b26ca7c61e0259d467780527bc1231c3ed471a52a 2,008 1.00/1.00 vMB 127
479,886 479,886 000000000000000000bb674687fdc66188c346b40cec305ecfe7fad34e3f10d1 2,122 1.00/1.00 vMB 161
479,885 479,885 000000000000000000bf4c79e72d7e724c9b5450487191197af03070257a85f7 1,920 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.