Loading Tool

Explorer IconExplorer

Memory Pool

41,602 transactions
26.48 vMB
0.05568587 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt 50a18a1666ad36f3b6ca6b4e67982d20fe789c7ab7e4b393cf62e679e5234b5d
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b0d1385ff6d838fc2c8f777ae1798e32d28cadfca7f31dc8dc5985fb8bc83920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.00717166 BTC
Feerates: 150.93 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (497,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,898 416,898 000000000000000000395192af93d467be62b7717e47086505c82f16743a1d70 567 1.00/1.00 vMB 20
416,897 416,897 00000000000000000241f6638ab873704aa5e9e7416eff3bdc6e26a87bfb0276 1,735 1.00/1.00 vMB 61
416,896 416,896 000000000000000000445791c8c53a8df290f4141b29a24762b2337db9afc1bc 212 1.00/1.00 vMB 11
416,895 416,895 000000000000000000366f7db84de0953ac363668fa86a897890ac3d84a6ef8b 260 0.10/1.00 vMB 87
416,894 416,894 000000000000000003707fc655242935134ef28be6b20d940eebd695e0c1ff88 1,057 1.00/1.00 vMB 39
416,893 416,893 000000000000000005785e4a370fb1d5b3f2598bb10adf28fb63faf9e9fd63cb 2,030 1.00/1.00 vMB 57
416,892 416,892 000000000000000000831c23df9d7acb6c3a020d9635195259e73275c20c9884 1,057 1.00/1.00 vMB 33
416,891 416,891 00000000000000000374249613ca369025b18aa2b2e673bbf87989c3f559af3a 488 0.38/1.00 vMB 33
416,890 416,890 0000000000000000051fd5ce84a73882e6a42e8228e5f27d546e31d9a73c3908 2,087 1.00/1.00 vMB 74
416,889 416,889 000000000000000002891086ac1d5602b53480d4098ede3ad4546adc397ac9da 834 1.00/1.00 vMB 23
416,888 416,888 00000000000000000358b1e2760eaec4e47712d6f2484b0e6bbe9f9d8fabd939 2,437 1.00/1.00 vMB 78
416,887 416,887 000000000000000003ddebf32c5fb40cd0c49ddf4f0bf22230469ca03431874d 1,393 1.00/1.00 vMB 45
416,886 416,886 000000000000000000350215cc97f9d7236e7ab3171bda808a14b5f6568bb59b 1,741 1.00/1.00 vMB 35
416,885 416,885 0000000000000000027d0fb1f0e6a51a794a18426829696e20eec177a7f80eb1 1,505 1.00/1.00 vMB 34
416,884 416,884 00000000000000000220d0d3a72330a24af5457080a888a29bf1ab814ffc8898 2,110 1.00/1.00 vMB 62
416,883 416,883 00000000000000000587696606df1e59583cf0cd29c9bff283b99c2ec349d91d 2,710 1.00/1.00 vMB 60
416,882 416,882 000000000000000000e33409563211acaf5cf4b39895e6ac396e30bf64bfd25b 3,118 1.00/1.00 vMB 103
416,881 416,881 000000000000000003ad339f194c37ca9bf9e3ad1dca72dcb85c5f417cbdd75b 2,398 1.00/1.00 vMB 90
416,880 416,880 0000000000000000011afdd9d42f5f59e5b434b54095b2ba181599d32263e65a 2,713 1.00/1.00 vMB 105
416,879 416,879 0000000000000000026a5a3799c5641dbca061a58ebb082515e140576fc7be62 1,352 1.00/1.00 vMB 42
416,878 416,878 00000000000000000035c01ec92297900f658a7af39210bfcfbc74bce739ffd2 2,629 1.00/1.00 vMB 80
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.44 GB
    • Received: 13.28 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.