Loading Tool

Explorer IconExplorer

Memory Pool

76,656 transactions
28.55 vMB
0.06891413 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 874b83f5ed19e936cea6f8f355f4dc53d429f7a48efb7f7ec6154061ae105615
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 5449e891c9ba439caf12fff5689a914e11205e4f99d9a027472d621b6c15bc5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,793
Size: 1.00 vMB
Total Fees: 0.00978320 BTC
Feerates: 73.20 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (435,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,912 479,912 00000000000000000083cb57936842737b6b9da889fed3d9beb9661fe9ad458e 2,389 1.00/1.00 vMB 135
479,911 479,911 0000000000000000007e18b67b545e42d4f53c921997ce30d055142027c11db8 1,690 1.00/1.00 vMB 164
479,910 479,910 0000000000000000007febfcd6e77822a7c2bae111f7ad3a73f7204e5469c901 2,206 1.00/1.00 vMB 159
479,909 479,909 000000000000000000baad4d437fd36f382f9da2f28ca1b90da7672f0a5df3c4 1,592 1.00/1.00 vMB 179
479,908 479,908 00000000000000000094bb3464e9c643f8867d8090731648a8a40648a1bc58c8 1,827 1.00/1.00 vMB 158
479,907 479,907 00000000000000000036135962fb462ccc47c28bec84115079ebc9f5c626f71d 2,633 1.00/1.00 vMB 192
479,906 479,906 000000000000000000654c768367952e28815af310f52a5d4bb8d0ee6b6b4fb4 2,061 1.00/1.00 vMB 172
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.