Loading Tool

Explorer IconExplorer

Memory Pool

29,483 transactions
29.06 vMB
0.04529790 BTC
Random Selection Loading Transactions
Max Size: 154.63/200 MB

Candidate Block

Mining Attempt bccc92b7cc9be831f13a8f409fbc70dbd5825468154f191322c213e68933b5cf
Version 20000000
Previous Block 00000000000000000000fd4219783c7e682e45f11e4f77d44ab74c96bcb5a9fd
Merkle Root c8512b090f5f7768f4eba0ad5f659415094da0766262a88454dca9f53bf4c9b1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,290
Size: 1.00 vMB
Total Fees: 0.01245060 BTC
Feerates: 534.22 > 1.25 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,446 (932,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,922 6,922 000000004fa16ed5632c76e1d5f038c1fdddb38b6c5ef4640e6e04a49e14259a 1 0.00/1.00 vMB 0
6,921 6,921 000000002e6cdb76ffae78a57f7b7cf8f74868fe6788bcd0b19f4165d31ac524 1 0.00/1.00 vMB 0
6,920 6,920 000000006cc01055572ce6042273622b26dd05993e3a45f39b48ddaa57a171fe 1 0.00/1.00 vMB 0
6,919 6,919 000000000e27cea4bd8828046017ef610080cbbd8a570b36be4cfca2636c7437 1 0.00/1.00 vMB 0
6,918 6,918 000000005e75f01fd9f13cc5607476ca4b0caf1bb405cf47ffabf4b97a15680f 1 0.00/1.00 vMB 0
6,917 6,917 00000000de1f65836215d710c7ffb54c3631a2432dc87188191ca73ef7e7dd04 1 0.00/1.00 vMB 0
6,916 6,916 00000000d2112a77f092ba9bf9534546a97cd164e027ec6ceb406a26e5166733 1 0.00/1.00 vMB 0
6,915 6,915 000000005da869b5313e389501e12447b9107de67090a969b1c6bed4ff0bfb6c 1 0.00/1.00 vMB 0
6,914 6,914 000000007d0986a5542d6b72357388a08ca641c8ab0ae6293279627cf5b5de8b 1 0.00/1.00 vMB 0
6,913 6,913 00000000e288b131db4d97f623323513bf6b46c492c8c6b7fc4f531756f056e5 1 0.00/1.00 vMB 0
6,912 6,912 00000000d1f205ec80e83524fdc865c36ad93010a9e3189ac9fc651de1bea67e 1 0.00/1.00 vMB 0
6,911 6,911 00000000300be803b1f3a0eda0fc130389487f71325b8c506e48b3fabc69b9e9 1 0.00/1.00 vMB 0
6,910 6,910 00000000328493f88635f27acead8943a955a4aae184a7c3ef28e025deeb88f6 1 0.00/1.00 vMB 0
6,909 6,909 00000000c38e2807c90c9c1a3fd5034e69d1f2710217ab0683a62a1bde438645 1 0.00/1.00 vMB 0
6,908 6,908 00000000859e983115a123473dd3bd2fc85a2d190013a9214aefb416f2179d87 1 0.00/1.00 vMB 0
6,907 6,907 000000000f2a8949a2cfcf5842ad2844ad6f4526c723a755946487b302d4f2fa 1 0.00/1.00 vMB 0
6,906 6,906 000000006a604bf70ea8d7fdd317bfe5f7e9b6bbbb3b5a4a1b65f6997d0d1418 1 0.00/1.00 vMB 0
6,905 6,905 00000000162e5b72b27bdc31f409e4e955f1969fc081b16e0d76bccce66b38cd 1 0.00/1.00 vMB 0
6,904 6,904 00000000a73bc5e2eeb63d88464ac28cc371b5d036261f8e2cbd0f956efe4dd9 1 0.00/1.00 vMB 0
6,903 6,903 0000000032108c9e8dfef8740ac98cdd96acd16813bb6540d6ab9da7660b929c 1 0.00/1.00 vMB 0
6,902 6,902 00000000a1976737c59dd2f6b1b466df65fdb4b9c52c2cd00d8925864e9cd996 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.72 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: 4,267.20 GB
    • Received: 234.89 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.