Loading Tool

Explorer IconExplorer

Memory Pool

45,209 transactions
29.84 vMB
0.09231831 BTC
Random Selection Loading Transactions
Max Size: 154.12/200 MB

Candidate Block

Mining Attempt 92aa2e7f146c718062faffda51fe60a1903de54ce4f3cd6596680635ec12c719
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 161d9f838b69d1733feb73948e59b374dce879530d09231fbd10e5b0c6603c73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.03211261 BTC
Feerates: 477.45 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (225,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,113 689,113 0000000000000000000cc89f65f203a09813125fee74fa266ec59bff79eabbb1 2,501 1.00/1.00 vMB 52
689,112 689,112 0000000000000000000475173810cc742ae6b96850ed8dd9dc11af2d82ce0a6c 1,190 1.00/1.00 vMB 15
689,111 689,111 0000000000000000000757a0fad7f4f9ca74f30e642ccc2d53710bd966f38a40 2,010 1.00/1.00 vMB 29
689,110 689,110 0000000000000000000c529a4719c5772613af5937ac93a55bec5a0c01792e90 2,458 1.00/1.00 vMB 61
689,109 689,109 0000000000000000000384f3cea1feb86d5cdf9eee78c97a8775817b72682adf 2,421 1.00/1.00 vMB 38
689,108 689,108 0000000000000000000732baf4145653128eaaabefe027a9d5371084f5d2975e 2,070 1.00/1.00 vMB 55
689,107 689,107 000000000000000000068513c35ac2da3bd08da9340c1a532bab1355a28a63ad 1,046 1.00/1.00 vMB 64
689,106 689,106 0000000000000000000a0b809295b3f5d3540982591caae4ac124b7c76ec4755 2,762 1.00/1.00 vMB 72
689,105 689,105 000000000000000000008268b42f3954a32c2f6c9ba69e852b0c8cec04b82997 3,138 1.00/1.00 vMB 83
689,104 689,104 0000000000000000000b0fad7e69931e9f547500fc3fa75aa22482e3d6dc5abc 2,540 1.00/1.00 vMB 62
689,103 689,103 0000000000000000000c19a099066f77411c39cc18c7e9a3cf2419b17058368f 1,463 1.00/1.00 vMB 54
689,102 689,102 0000000000000000000275e6ebc6a5d48b3e4778842771932b751ff6e3ebe5ad 2,500 1.00/1.00 vMB 76
689,101 689,101 0000000000000000000986f4d9a62530e4513702602c39d9b2b8eff17f184e95 1,751 1.00/1.00 vMB 44
689,100 689,100 0000000000000000000742b191706a8a0619d35ca80a364a57cb2c7c1ee9d9ad 2,998 1.00/1.00 vMB 10
689,099 689,099 00000000000000000002fc690f1c93784900d0fb3df1054f22c2751e6bc9a7a3 926 1.00/1.00 vMB 18
689,098 689,098 0000000000000000000bcfc712ccce4d852925e834333df54bbc0cceb4230139 1,292 1.00/1.00 vMB 17
689,097 689,097 0000000000000000000b7891db0728a9d763b36cb4bbfe069ce4cc6bea402329 1,684 1.00/1.00 vMB 23
689,096 689,096 0000000000000000000201860b3a97d0f85f0619c198875a803f57f2aaa02a67 2,249 1.00/1.00 vMB 65
689,095 689,095 000000000000000000041aba190caa64e98d5fb23bdd096100cc7f323eadea19 1,821 1.00/1.00 vMB 72
689,094 689,094 0000000000000000000a70a022d2ac6f79a3eabe9545bd3b9460bb88f57fce89 1,706 1.00/1.00 vMB 70
689,093 689,093 0000000000000000000cb9f53ab0f8a6127e84b5ff07a15693f34506bd1c657b 2,144 1.00/1.00 vMB 27
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.61 GB
    • Received: 11.93 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.