Loading Tool

Explorer IconExplorer

Memory Pool

40,902 transactions
26.20 vMB
0.07202394 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt b7ca5e37a733be0a074cde937e8a1acefe4175f54e5896f6cd3a0da3d2edd346
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9087a4b8a128834144535064280c9f7441cf4c35f19258a00a9b12853b1bd60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.02421815 BTC
Feerates: 150.98 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (100,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,874 814,874 00000000000000000004640673138d22342b8d5f24e95fdebc8f003d43289d73 3,263 1.00/1.00 vMB 22
814,873 814,873 00000000000000000002adeb823c9f94249a3624e34839d8ba5a7c7d456becc5 2,431 1.00/1.00 vMB 16
814,872 814,872 0000000000000000000221184cc216b3800c9f63754fbf4e7ed850b675eb93ff 4,155 1.00/1.00 vMB 15
814,871 814,871 000000000000000000021c6c9031e78db1437aa538bdac091a0f83a7c39093e1 3,421 1.00/1.00 vMB 23
814,870 814,870 000000000000000000024e46563b80ef2af32a605a04ff307ffba80fcbd9128c 2,631 1.00/1.00 vMB 17
814,869 814,869 0000000000000000000005e2e6d7e37dc1369bb8bba950fbc9c100ba350f9c1a 3,904 1.00/1.00 vMB 27
814,868 814,868 0000000000000000000223881363675dbb0ee21d31f734600818e1f8a1463f2a 3,258 1.00/1.00 vMB 17
814,867 814,867 000000000000000000005734b493b7225255b9a31fe07b4fdce9dca9b3d9168e 2,832 1.00/1.00 vMB 23
814,866 814,866 00000000000000000003b621da4995a55d071296f8f086f1677d685d290a0ea3 3,400 1.00/1.00 vMB 25
814,865 814,865 00000000000000000001a4cf842218eddfee1e6f684ac4d16ecaf23b1ef82316 3,758 1.00/1.00 vMB 25
814,864 814,864 00000000000000000000d43c2d18a6f1fd534fd04ab3feef9afdd2a6a13ff6cd 3,715 1.00/1.00 vMB 21
814,863 814,863 0000000000000000000138be9eab2b75108e7a4ea011ad8314afe056291d3a45 3,816 1.00/1.00 vMB 27
814,862 814,862 000000000000000000027a6cdd5bd1c39dc5438ed154e351635f1788e38ec90b 3,526 1.00/1.00 vMB 32
814,861 814,861 00000000000000000001533d2a79cc62f6cb29eaca15e9ed9abe0ad1bfd11335 3,693 1.00/1.00 vMB 33
814,860 814,860 000000000000000000036b893b9d2ccdede2e560e9a6bf852f9f03d388270e74 3,363 1.00/1.00 vMB 33
814,859 814,859 0000000000000000000213246a26b83028f5ba87af4762e0a560367478c5d1e0 4,281 1.00/1.00 vMB 13
814,858 814,858 00000000000000000001151ce9cee91227b7a0587bd02d6bf01fa06eedf19ae5 3,739 1.00/1.00 vMB 21
814,857 814,857 0000000000000000000249de24eb8678f075cdc31ba1df1e3364d7b6b6306f16 3,327 1.00/1.00 vMB 15
814,856 814,856 000000000000000000015a7e8f6cd33d29eb352eb770c76a4ced46a02e4efa85 483 1.00/1.00 vMB 4
814,855 814,855 00000000000000000002f6aa02a31a2296a781e45480fdb45284dcc3bdcb385d 640 1.00/1.00 vMB 4
814,854 814,854 000000000000000000031872af2d1c0ded2f0c1de2f127e7b949a11712ebf0bc 1,861 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.