Loading Tool

Explorer IconExplorer

Memory Pool

40,182 transactions
26.43 vMB
0.05670890 BTC
Random Selection Loading Transactions
Max Size: 137.81/200 MB

Candidate Block

Mining Attempt 0b94c8f90aa9f96fc5b52722a9b6ad3973e96b87f5a93703399ef1d93a29123c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 23982f3d184efc763551b614a674c1faca8104eef3045028dbd390f5f91b63ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,353
Size: 1.00 vMB
Total Fees: 0.00816702 BTC
Feerates: 50.27 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (250,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,119 664,119 0000000000000000000a336bcc862bb1960900b5e6253ba6b3035dd8f9dba653 2,367 1.00/1.00 vMB 24
664,118 664,118 0000000000000000000e919996e2ae88f9dfed12f6189e3003e1057e23f37749 414 1.00/1.00 vMB 6
664,117 664,117 000000000000000000069e0a80cd0b334a9c4ebc038eb8bac9e845f2f714b146 537 1.00/1.00 vMB 7
664,116 664,116 0000000000000000000eb698590a93c035a2b94cb6229f934cd844ed138d64bd 460 1.00/1.00 vMB 5
664,115 664,115 0000000000000000000c60dec0936bdda5ac9b1e5eb8aba51cb02e893cecb544 1,554 1.00/1.00 vMB 22
664,114 664,114 00000000000000000001f60e2040562045e20239024550e32ad1a1eb59705f87 88 1.00/1.00 vMB 1
664,113 664,113 00000000000000000001955c567401141f0dab6b496969a13c5669a524e531d3 895 1.00/1.00 vMB 12
664,112 664,112 0000000000000000000121c35fec289a5a235e01e8485de393c7966dbce79d04 1,371 1.00/1.00 vMB 15
664,111 664,111 0000000000000000000cd3744d03b0b5ae450cbaabd7b07e95d674e0579922c2 2,214 1.00/1.00 vMB 20
664,110 664,110 0000000000000000000ead97075a6e2431b173a21a4db0cf4754cf0f118d1151 1,615 1.00/1.00 vMB 65
664,109 664,109 0000000000000000000142d8bf6a88ff28e77731cd18ba5d0b60ca1bd28db766 224 1.00/1.00 vMB 2
664,108 664,108 0000000000000000000eba660cdec1a7f2ca17839495d36578be99a69d89394a 2,328 1.00/1.00 vMB 39
664,107 664,107 000000000000000000072fb7b670418d3d6964555e8a66a7c4d3baf5d1721361 2,033 1.00/1.00 vMB 26
664,106 664,106 00000000000000000008492bcbd9e9f62d2807007e658e0a476821fd7e83db7c 2,263 1.00/1.00 vMB 34
664,105 664,105 000000000000000000023005d9600ea2b64c2b956a22a37d3fa43b075e2f5c49 921 1.00/1.00 vMB 12
664,104 664,104 00000000000000000008bea204d24737d5d560e71b94d8d0e7e77c9f291bfed0 1,364 1.00/1.00 vMB 20
664,103 664,103 00000000000000000001c93de23a475d8805be00d9962fe1e0c640e20199f17c 1,746 1.00/1.00 vMB 19
664,102 664,102 000000000000000000017fc4b7c95edfe44207dbb00f6dce9e4e23ae09b95c54 2,228 1.00/1.00 vMB 35
664,101 664,101 00000000000000000009c7968152a3b56ced9773e2d9f66b1c14d75f7676295f 1,508 1.00/1.00 vMB 22
664,100 664,100 000000000000000000037e8098a260f00ebf005477613a1447a6d0ab1eba0dd0 1,012 1.00/1.00 vMB 16
664,099 664,099 00000000000000000002754b01e04ab5b2f53eb68829accfb9c43ef6e305ded3 990 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.