Loading Tool

Explorer IconExplorer

Memory Pool

43,120 transactions
27.99 vMB
0.06325293 BTC
Random Selection Loading Transactions
Max Size: 147.61/200 MB

Candidate Block

Mining Attempt ba36b1f68c7cf2213b4c6798b58d0f7a4afb0b8e71c8fe20799b180c26ff128e
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 7a11c73e628616062a09f746e0174a55994f0d5e20e67952445f7d54135086a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,058
Size: 1.00 vMB
Total Fees: 0.01067461 BTC
Feerates: 106.37 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (99,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
814,853 814,853 0000000000000000000296eb7dcb8cc79bfde0ac299b4db3d5697daa114c49af 2,198 1.00/1.00 vMB 12
814,852 814,852 00000000000000000002612587ce1a414f90342be4d26ec832757246dba6b75a 2,957 1.00/1.00 vMB 16
814,851 814,851 00000000000000000000483885d5bd663c0ede6741a38c97e431df08e8502d68 1,818 1.00/1.00 vMB 4
814,850 814,850 000000000000000000004e60e02cd3d774e88ab481d1310fc5f27d7af1b20706 2,776 1.00/1.00 vMB 14
814,849 814,849 000000000000000000000fb823293cf845fbf8de0e92c98142b7e218b7c6b04e 2,268 1.00/1.00 vMB 14
814,848 814,848 00000000000000000003d03abae9cf2f07e37baa3928e4b4414705a6050ec95f 3,206 1.00/1.00 vMB 14
814,847 814,847 0000000000000000000108d942bd8e460c6e6c760b5455a610f02facd6660120 1,905 1.00/1.00 vMB 6
814,846 814,846 0000000000000000000363beee720e425bc92a0eaa30abdc36ac2a56b016b213 2,730 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.