Loading Tool

Explorer IconExplorer

Memory Pool

40,910 transactions
28.85 vMB
0.07875151 BTC
Random Selection Loading Transactions
Max Size: 146.86/200 MB

Candidate Block

Mining Attempt 559ebc31f2eec2b56e9d726ac1ca1560ad7d476651d9be2a27c42fefdf551ebc
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 613f9dd43bc1c7d34aeeae1c19350cb139e89b5cd223c40262b7eb084c09384a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02264305 BTC
Feerates: 150.93 > 2.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (854,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
60,082 60,082 000000000205e9d9897daa9874d0a6237350f542d5a57a02ef63ac979c32672f 1 0.00/1.00 vMB 0
60,081 60,081 000000000cdb778496e09fb89f8d38c4fc01e44a10c5cefa30af6bd7d4bf3e7a 1 0.00/1.00 vMB 0
60,080 60,080 000000000a576e3ee5513e22d866e22f598907217f6bb664636c8f5b4712eb5e 1 0.00/1.00 vMB 0
60,079 60,079 00000000092ba79dc8c7811b64ff1045b1e17bd23ba79abefcb084b473eb1988 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.