Loading Tool

Explorer IconExplorer

Memory Pool

41,918 transactions
28.98 vMB
0.07084527 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 69a53603d0d5cd4570eafdd71c99796193e81acb8e761394802875296108dbbe
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (854,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
60,078 60,078 000000000695b79b342637c8e8ae067a502f3937d54d54697837165ab84ec3dd 1 0.00/1.00 vMB 0
60,077 60,077 000000000ba3e8a4325ba66e3279f87c721ddeae75bee9f80b4d8aacc9a88980 1 0.00/1.00 vMB 0
60,076 60,076 000000000915479bc52f8e238a777921f6af68e7fb34e7c436ac66af8d0f2cd5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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.31 GB
    • Received: 11.90 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.