Loading Tool

Explorer IconExplorer

Memory Pool

42,845 transactions
30.38 vMB
0.07758031 BTC
Random Selection Loading Transactions
Max Size: 154.70/200 MB

Candidate Block

Mining Attempt 6f1bed4018db2c3b216bcf800ee05de7fc4b722946bb77f505f3cc52e94a22bb
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 8ab6d609c887a568ad7ab575c1d977d9571dad101f129e28ddfb1ac097d374ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01666416 BTC
Feerates: 150.75 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (854,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,103 60,103 00000000013fc23a4c77852e75eae9736f424e20542c44cba2ea170743f04693 1 0.00/1.00 vMB 0
60,102 60,102 000000000b340cdc3ef138b6450ef8b9574e89cb1ffcd0fb73f22238dd0ae2a7 2 0.00/1.00 vMB 0
60,101 60,101 00000000050063e3d7343d2a3ea503a3120646e7c546a9d2b469714b6598d29e 1 0.00/1.00 vMB 0
60,100 60,100 0000000006033e1dc6c42f752c25e7f546dfc5a2e37745eaae68a2c805ae96f8 1 0.00/1.00 vMB 0
60,099 60,099 000000000cf716c680f2288fb770491345b517ede01ab5931de6922b8d23160b 1 0.00/1.00 vMB 0
60,098 60,098 00000000047b114eb6bc0070f4a40390c83fc6a4e2743d657bebb295ac9b63a5 2 0.00/1.00 vMB 0
60,097 60,097 0000000008e9dfdb61b5ea1fd6136035dda58e83384f3d1e4a304b48f31ac26f 1 0.00/1.00 vMB 0
60,096 60,096 000000000f22cae28fe92c4a7c5e585285655a74b319527a88243714d85db39e 2 0.00/1.00 vMB 0
60,095 60,095 000000000013fc3efab40550c26754ad35a4526bdfc11670d3972a33dab96b0e 2 0.00/1.00 vMB 0
60,094 60,094 00000000010d513f3f286605cc5983c91ab60549351646dae4868e3efed56d88 1 0.00/1.00 vMB 0
60,093 60,093 0000000008c11c53e113fb7b68a4886c20c139cae0137337b8a4446a65fcc466 1 0.00/1.00 vMB 0
60,092 60,092 000000000a4c502b0662e27b093b1c3b4c85f4fcb6a8e37ade35b5333db87406 1 0.00/1.00 vMB 0
60,091 60,091 000000000dee32ecf8e2799c214cb62c438e7ee2d168b16a2d989c1857d32b9e 1 0.00/1.00 vMB 0
60,090 60,090 0000000007ebea5656f00212fb18cfe80436e11b4792d71a49faccbe7043af54 1 0.00/1.00 vMB 0
60,089 60,089 0000000005f58918c4fbf48370f7e788747d4fdcbf942c2aeae45ea4101e2827 1 0.00/1.00 vMB 0
60,088 60,088 000000000f15514762c1f824594ca76e0989fde7f9827f3a9f312d85e16005fe 4 0.00/1.00 vMB 0
60,087 60,087 000000000b01c836d44f0b6ef1b0912f9a5c4fcf8d94fb5f130a66cb40233b10 1 0.00/1.00 vMB 0
60,086 60,086 0000000007c77606802df421903737d15ff00b5f1580208afceb3445bd4847ce 1 0.00/1.00 vMB 0
60,085 60,085 0000000003385de29f612a3851235065bb1ecfdb18cb12c586cdca1c37dbcd1c 1 0.00/1.00 vMB 0
60,084 60,084 00000000074d134ea7fe162447392d33bb8b83ea86921de94bf7aadb87bd0124 1 0.00/1.00 vMB 0
60,083 60,083 000000000c30acddc52148f288ec43ec63887d02156aa5c4c7d434801fcaab8f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.26 GB
    • Received: 11.73 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.