Loading Tool

Explorer IconExplorer

Memory Pool

87,722 transactions
32.53 vMB
0.24414294 BTC
Random Selection Loading Transactions
Max Size: 194.44/200 MB

Candidate Block

Mining Attempt 571a9941de95b364662a225108193f0bfa642329269dcbb2f5d4b2f9bf08db5b
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root d092b98870e3afdad8a00bd04c571fda520cafe055718b679eecb13f43130294
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.10731884 BTC
Feerates: 529.10 > 10.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (809,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,897 105,897 00000000000211ce235522d0badea6b90256828185274472aafa1fe007058113 9 0.00/1.00 vMB 0
105,896 105,896 000000000001ebbbc6510eb9a0f2f19574685a81a1a90dd5b19cebe2e792d607 5 0.00/1.00 vMB 0
105,895 105,895 000000000002e83660b1ae661e0108731f74a93490e421efbbd75394e30a854b 9 0.00/1.00 vMB 0
105,894 105,894 0000000000003459e0a1ca5be1c8ede2b2f2d0029a7d6f1ca21b00a8094b1a67 3 0.01/1.00 vMB 0
105,893 105,893 0000000000010b2ee789a79313b454f29f9c73e3ff4343d74ca45e5f97403c75 27 0.01/1.00 vMB 67
105,892 105,892 000000000002507f6b56955bb96c11c4d8c398a5657a91b3d51afeda023aa7a9 1 0.00/1.00 vMB 0
105,891 105,891 000000000001b890096808ca52d8c786eadb3ffd8c04c26a1c6a2d38b1c3419e 1 0.00/1.00 vMB 0
105,890 105,890 000000000002f8ebf159f0253ebcdc3ea99403c6382f593abab10ad376c4a1c7 1 0.00/1.00 vMB 0
105,889 105,889 00000000000201ce7c401981c4e55d9d6b8fa421fc7a450cb663b987e694ef50 7 0.00/1.00 vMB 0
105,888 105,888 0000000000026cf7c083d874e224ab5b5d699515a9f6640a317829b17a8ad450 12 0.00/1.00 vMB 0
105,887 105,887 000000000001eff0a1cc384f17fd0c4620cd7bb87cc2164a7ba4a6c806a3557b 18 0.00/1.00 vMB 0
105,886 105,886 00000000000156de357e9f8e4622a871f4d1010d1588ce6a2574f9e81f025995 4 0.00/1.00 vMB 0
105,885 105,885 00000000000222f3c297e896b73583b1c04172f37422a0dde2b4982c66f261a5 3 0.00/1.00 vMB 0
105,884 105,884 0000000000012c48c1899d6d94224958115b9fc78d86fee9eda70a758bd7ca9f 8 0.01/1.00 vMB 0
105,883 105,883 0000000000023004b966943f393d23fea3f3cb1b728b57040a3f0413d819b36a 3 0.00/1.00 vMB 0
105,882 105,882 0000000000024e55813adedac18da9218891458d06f56ae0892da48e7fde4407 23 0.01/1.00 vMB 0
105,881 105,881 0000000000011d0c39a75ba450c76fe385108e368233d3885aa45db037f9c7dd 1 0.00/1.00 vMB 0
105,880 105,880 000000000001f27c3c150c4a88c33536a7763f61b3f5f553963d04e6a729ce53 10 0.00/1.00 vMB 483
105,879 105,879 0000000000014d73bd0c8226f0bfe203d75892063b545967365b3eaa13230906 3 0.00/1.00 vMB 0
105,878 105,878 000000000000c19b487c4050e2ebd43a023acdd09422a806d057e1cede1584ee 1 0.00/1.00 vMB 0
105,877 105,877 00000000000210ea0e6a5d507e2b67cecf9849a55730de42ffb1aba7df8ab53b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.