Loading Tool

Explorer IconExplorer

Memory Pool

43,188 transactions
26.48 vMB
0.06138592 BTC
Random Selection Loading Transactions
Max Size: 139.13/200 MB

Candidate Block

Mining Attempt 01c65beb01ba6d80130c71f5c240f20352eef3d3c2537e0d14dbfa3f9344ccde
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 7ded22307bd197f5e2921ade78da3e02b8afc51cb2504ab4849fea532e0515c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01272504 BTC
Feerates: 150.92 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (497,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,931 416,931 000000000000000004c2ed776cee4cea12fd7101be2fef2aaeb7192d48300ffe 2,320 0.88/1.00 vMB 70
416,930 416,930 000000000000000002ff7ccbe3112996ebe1e873c830e1351f1a8e915f3f7ded 873 0.64/1.00 vMB 49
416,929 416,929 00000000000000000400ca2eb11efc25b0039821d2c6147f1c9b35ddc15e38ab 1,276 1.00/1.00 vMB 41
416,928 416,928 000000000000000001e2c92a0e6452ab53f8d2c72d645c99f755d721d25b98a6 510 1.00/1.00 vMB 17
416,927 416,927 0000000000000000039d1594baeb06b40cc6d6afdcb7c7e2f3d50c2341e2781c 2,431 0.99/1.00 vMB 64
416,926 416,926 000000000000000000d0fde0dd02b48c7739bf6049ea4d5f445cb2c3f1c946a7 1,470 1.00/1.00 vMB 37
416,925 416,925 000000000000000004c1674250fd48b83b8ff9049063f136148ab693da7423f1 1 0.00/1.00 vMB 0
416,924 416,924 0000000000000000018d21f7f195af97dc10328aeb402aca0f162e6ca534b4d3 1,073 0.51/1.00 vMB 60
416,923 416,923 000000000000000004397fa19bc758b40c39d7287ac2fa5338ba835db6baa2f6 729 0.35/1.00 vMB 52
416,922 416,922 0000000000000000011816fd0319167cc72013d6fba2665bc69fee60d0712bf0 1,365 1.00/1.00 vMB 48
416,921 416,921 0000000000000000056808d3298d456ed83f826b0d723aaf6e3e51b7f4c8f65b 2,556 1.00/1.00 vMB 82
416,920 416,920 0000000000000000040165b5c1cad4b328ed6dc40c2e255504644fe8afc3fc8b 193 0.06/1.00 vMB 79
416,919 416,919 0000000000000000027616baa992fdc4501e93c494da77fb806f5c50b8b4ce17 1,254 1.00/1.00 vMB 34
416,918 416,918 00000000000000000051eb9529100f125d1f72b31a51423a01da74221a5de2b3 2,754 1.00/1.00 vMB 75
416,917 416,917 000000000000000004fb2dea870d7d54f3b5dcd11871b6c159ee24a73f2211b4 557 1.00/1.00 vMB 20
416,916 416,916 00000000000000000550a1c370a312397dc93e4a79d7ba385e4e7f6fc94f0d91 801 1.00/1.00 vMB 24
416,915 416,915 000000000000000004a460bea784f1dc9be870311065250e0602b01ee804f759 863 0.35/1.00 vMB 64
416,914 416,914 0000000000000000041e36ddb69f09be5ecf8439dac3eb815c92d327ff755598 1,420 1.00/1.00 vMB 36
416,913 416,913 0000000000000000020c8c912920bf6ea18fba960e0c840d1c23d34a6cf18322 2,333 1.00/1.00 vMB 75
416,912 416,912 000000000000000003b715963c3f3d185ee386f7f75a0a274acb6975a91cfadd 1,920 1.00/1.00 vMB 55
416,911 416,911 00000000000000000089c1dce6549e472c9ad945a1652eecfc52cab70686dc9c 260 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.