Loading Tool

Explorer IconExplorer

Memory Pool

34,117 transactions
25.29 vMB
0.05311842 BTC
Random Selection Loading Transactions
Max Size: 128.52/200 MB

Candidate Block

Mining Attempt ddd9d23e758dcc9913d4ebb58328babd2248077521af6bf99f18c60ed92bf318
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 8f4a03f99aafab499907eefb996e86665c3f4f6aeb7add7dda36e8df27d67b23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,148
Size: 1.00 vMB
Total Fees: 0.00735769 BTC
Feerates: 93.93 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (410,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,921 503,921 00000000000000000054ed7347e0984d257e34af7312b7bf126f11a1b7aec935 1,534 1.00/1.00 vMB 392
503,920 503,920 0000000000000000002e069eafa3b9f2d03b2a9da9ece461b42625cfc1a66873 2,432 1.00/1.00 vMB 478
503,919 503,919 00000000000000000039642e86d1bcfe9f8cef898e64497514ceb401e83d1f03 1,474 1.00/1.00 vMB 245
503,918 503,918 000000000000000000795d41a91581fe2f75bcc5813bf7712de120e3ff83156f 831 1.00/1.00 vMB 220
503,917 503,917 0000000000000000005d9768db7d1512a859751fe0c4e23200c417c7bf48601e 1,949 1.00/1.00 vMB 333
503,916 503,916 00000000000000000069d860125dddade35531e9df6446d5e464fd4dda0ef741 297 1.00/1.00 vMB 155
503,915 503,915 00000000000000000042d8635efa7d42031b7fae68cc4648b4f60b4c56c7d541 446 1.00/1.00 vMB 145
503,914 503,914 0000000000000000004a54e37c08f6a146d14252be24ea9ea098b664135b5c6a 1,112 1.00/1.00 vMB 235
503,913 503,913 0000000000000000006b135a6e49cf63102d3cc9c1501352f1c1f51ba52764aa 2,186 1.00/1.00 vMB 435
503,912 503,912 0000000000000000005ee37eaad6b5746f1bb8587aeac2ea8e87e8cd4f08e543 2,243 1.00/1.00 vMB 408
503,911 503,911 00000000000000000051d3638e0f9b32ebb0063d468e15a5cf6d314e29590fbf 462 1.00/1.00 vMB 149
503,910 503,910 000000000000000000041438343a5a53711fb4b9b0897c653a84797e07a22333 543 1.00/1.00 vMB 162
503,909 503,909 0000000000000000008b0f741e455fd34981c3922900d83030e3c2951d8e4f8f 511 1.00/1.00 vMB 139
503,908 503,908 000000000000000000181b37f56af709ff480ee400a0c6e5c222fd4c2938cf15 1,562 1.00/1.00 vMB 354
503,907 503,907 000000000000000000159ccd5cc2037cae25660ee109266c0ff2f8b0398f0c4a 1,514 1.00/1.00 vMB 359
503,906 503,906 000000000000000000223055859dce9506a21368dee4d6f5591472ad53f82c90 1,787 1.00/1.00 vMB 378
503,905 503,905 0000000000000000003a1447e40c08cf321f8edc60a2f1452d50ab5a5e72b8e7 884 1.00/1.00 vMB 288
503,904 503,904 00000000000000000050365d3553f39270edafaa7a63e7c3786546c5a0636253 1,938 1.00/1.00 vMB 525
503,903 503,903 00000000000000000044d6a2be7fab709834954a7137438f970554570e65c8f1 1,604 1.00/1.00 vMB 298
503,902 503,902 00000000000000000035a57da98064aafc152249b82ff095246edc78137e2221 1,943 1.00/1.00 vMB 395
503,901 503,901 0000000000000000001aa87fee3ddddc2a3382abd5e1010bf0fef3ef4844e661 878 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.69 GB
    • Received: 12.26 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.