Loading Tool

Explorer IconExplorer

Memory Pool

41,965 transactions
26.81 vMB
0.06215965 BTC
Random Selection Loading Transactions
Max Size: 140.31/200 MB

Candidate Block

Mining Attempt dd05a18477bb15a777cfc39550737d29c3bc8a22588972aafd08cdb29707f737
Version 20000000
Previous Block 0000000000000000000092043cf5b8a15d441bfd9e63e061a7f0760325792149
Merkle Root 23975bc410a15f2d96483038dbd3319a1e1e3f7259adff7101d6c952333bc9a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,293
Size: 1.00 vMB
Total Fees: 0.01229173 BTC
Feerates: 73.20 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,926 (860,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,908 54,908 0000000003ce682723e4947bd3d5ba98fed25b0e4845e444db4ce047d33a2174 1 0.00/1.00 vMB 0
54,907 54,907 00000000134f8807523f9a478908fda63609a1bab6f4144ec312abe10ded00a5 1 0.00/1.00 vMB 0
54,906 54,906 00000000104f33d18552ede2cfc4eafb51445bdef27059ff253bffef49847233 1 0.00/1.00 vMB 0
54,905 54,905 000000000f320f04a098aabfbf5c38ef8dbcd31fe33b592cec78be9caf369e8a 1 0.00/1.00 vMB 0
54,904 54,904 000000000f2208dd139cc9753e860c77746acb45b4081501e1092615981c0853 1 0.00/1.00 vMB 0
54,903 54,903 00000000020b89e0b52a5ad22be9bcc84dc5811e7b587d9d2ea01c3d20b66713 1 0.00/1.00 vMB 0
54,902 54,902 0000000010e9340956562ae3980fd85f1fb520e09cca022a7441d9091ef1a72b 1 0.00/1.00 vMB 0
54,901 54,901 000000000d9c13b983a62b17edd00e17f1568a0ed43d8be6c8b2e1a43e943f93 2 0.00/1.00 vMB 0
54,900 54,900 00000000137a5be37356d166e1ebf71335c5544bbff51efde51279db0ab6deda 1 0.00/1.00 vMB 0
54,899 54,899 0000000004f45a35896557a298c653a86d3e902498c19c91e249df916d2bbd2a 1 0.00/1.00 vMB 0
54,898 54,898 000000000e0f84eb0f6b46b1632caacf13f0475e16f5b612ae20c6e8e1142c6f 1 0.00/1.00 vMB 0
54,897 54,897 0000000007f58d88a61f169a7b032a667276f73c6fb2399edd0f30f59146de15 1 0.00/1.00 vMB 0
54,896 54,896 000000000e10f660f8321a6c88f0e5cba235e5b39491626771f9ae5a3c0c6ddf 1 0.00/1.00 vMB 0
54,895 54,895 0000000003d44f24e0793bc1c6cd1b633b49c6e5b6ad5ed9b05182ee0456c3f3 1 0.00/1.00 vMB 0
54,894 54,894 000000000511aa9dda502aeb6f6ba387c161077d4cff9f9ee13aad0b62fd1bd9 2 0.00/1.00 vMB 0
54,893 54,893 00000000047576c26c39569c35f606eaa80066f1e30d03cf4505961fc0011874 1 0.00/1.00 vMB 0
54,892 54,892 000000000153c98ed2bd77e3840e6349915f18e55c1149585c76b97d5e1056a0 1 0.00/1.00 vMB 0
54,891 54,891 00000000066da58e3e01402f80a36361eb005881617918cc486f356b93ff040f 1 0.00/1.00 vMB 0
54,890 54,890 000000000ff1b5cb59716fa9db13a888dc204222094c4c110907b688d47a8181 1 0.00/1.00 vMB 0
54,889 54,889 00000000049920285f3065c5c5e1905204068f266916ff39cefcc78c8149b495 2 0.00/1.00 vMB 0
54,888 54,888 000000001164927697f1f44eef50605ac7cf5289715c2f1fe617128c15478031 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.26 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: 655.67 GB
    • Received: 14.34 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.