Loading Tool

Explorer IconExplorer

Memory Pool

87,941 transactions
32.66 vMB
0.16207351 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt a84c71fa72a34b931c613590ca3c945f1b7468c41425c07ad163ba3470a19e05
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d15d244a4142ad7dc08ea98ab173d220d7e08b8a4795e2d8bcf22a581389b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.07276205 BTC
Feerates: 502.65 > 7.29 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (359,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,958 555,958 00000000000000000018560f155a0c12989d2c7391f81c6f05ffb31c1024fdee 1,778 0.78/1.00 vMB 9
555,957 555,957 00000000000000000013b6d98836d276d5161fb7e40dec473d0a32ade06acca1 844 0.32/1.00 vMB 9
555,956 555,956 00000000000000000006232ad39e966e0d2d07a0e5c4abe6ca2c8650df35ace6 2,294 0.93/1.00 vMB 8
555,955 555,955 0000000000000000001cb502484f2cb0eb3d1e33e4caaeb54aaf175ae7091728 834 0.50/1.00 vMB 7
555,954 555,954 0000000000000000001bc19e9f5e92617640de7c31e2145bf3b66bd7801e0bb9 1,816 1.00/1.00 vMB 3
555,953 555,953 00000000000000000009c02f863f1f3f96710046b6872d45a7db2da9e9efab42 2,969 1.00/1.00 vMB 16
555,952 555,952 00000000000000000002ed6435f91393ddb32b37b215c77f2c387d7d6ea6b394 2,951 0.99/1.00 vMB 14
555,951 555,951 00000000000000000026d2e3cd2ff5ef58e1501dadf98d71dc17a8ab5dc95929 1,253 0.52/1.00 vMB 10
555,950 555,950 00000000000000000020b36dc0108b6a0a1c455f23c1b4983fbcfa7b69c961ef 997 0.43/1.00 vMB 10
555,949 555,949 0000000000000000000626dec1e75dc68a03ef0e563087e76d3a9ce6542f7f9c 286 0.13/1.00 vMB 10
555,948 555,948 0000000000000000001de16b662318aa2ee723e8d29d762e8521272c822ebfa9 1,533 0.81/1.00 vMB 3
555,947 555,947 0000000000000000001426f5501b66c20e199bf138f3b3a5741fb1c44395b139 3,374 1.00/1.00 vMB 11
555,946 555,946 0000000000000000001c726c4d45f6067394234e303d0808c3fda41390f6a10b 596 0.24/1.00 vMB 35
555,945 555,945 00000000000000000029a444477ba8e810f9f51abd02dab97d4509b388600d0e 2,415 0.96/1.00 vMB 8
555,944 555,944 0000000000000000001388a418a331c20a746193b7f68bd498b5096cfedd59e2 2,541 1.00/1.00 vMB 9
555,943 555,943 00000000000000000001d725fe6a21e1d209abde611b26bced0e593038930f3a 89 0.04/1.00 vMB 7
555,942 555,942 0000000000000000002a8cf5198820db7d101162cdc8b6993b8cafaaa5313bb3 1,255 0.85/1.00 vMB 4
555,941 555,941 00000000000000000005d078e4e49601b0bb344d5f2808d75cb3d2ae96a95b24 3,190 1.00/1.00 vMB 9
555,940 555,940 0000000000000000000654251e0c5569fb3090ee075d6064384a9cf5b5825e2a 2,559 1.00/1.00 vMB 12
555,939 555,939 0000000000000000001751b78d21820386dcef802d0e55c12f5bece356b77786 1,702 1.00/1.00 vMB 7
555,938 555,938 00000000000000000024c25a2208460c337d5aa8f98c65b2be5dd290b7e384d5 3,157 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.