Loading Tool

Explorer IconExplorer

Memory Pool

45,915 transactions
32.27 vMB
0.12842766 BTC
Random Selection Loading Transactions
Max Size: 163.78/200 MB

Candidate Block

Mining Attempt 08cbebef3ff3a67b87423801105acfe0d78eddb176ee81378ea0490d4d0a5e88
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 99e40b8c60683318a507f357365602c7fe63f47c2f583a6ee5aaefa8e256a018
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.05540845 BTC
Feerates: 265.25 > 5.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (842,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,198 72,198 00000000010531575e7deae780704caafbe38ca0f729d43348056e2427f7b3b2 1 0.00/1.00 vMB 0
72,197 72,197 0000000000629105f559a4f63e73a336724ae7b724921eeeb1c9814fad4078f6 1 0.00/1.00 vMB 0
72,196 72,196 000000000066b4512a922222fd0f1293f25d952adf7d3f63e23b60f2c9d95baa 1 0.00/1.00 vMB 0
72,195 72,195 0000000000a9b6d308ae3b5cf70a336a085a747c9cec36375ce5f6a4668d6c69 1 0.00/1.00 vMB 0
72,194 72,194 00000000005b7f986c7653cf45f41639a8ef85934039386d463b51d8486f683e 2 0.00/1.00 vMB 0
72,193 72,193 00000000001d6f819c0090fe3489d968b0d7e9326851c1f887924e39404763cc 2 0.00/1.00 vMB 0
72,192 72,192 0000000000344b16676a53ba75ba197ccf8ded2eac37d2944c45ebf0e089968c 1 0.00/1.00 vMB 0
72,191 72,191 0000000000db7480d3e4c6cbb660b26ce2ba510c33b7ccfb9c9a5cf44956e8e9 2 0.00/1.00 vMB 0
72,190 72,190 0000000000a8e671c2226dfdd510d0c547348c8be76942d09c5dab912e96faea 1 0.00/1.00 vMB 0
72,189 72,189 000000000106513207c03d37e38386cce41373b187511d9fbfa673cefec50758 1 0.00/1.00 vMB 0
72,188 72,188 000000000063a898d61402547e557bc144728b72b31aac51817789d502e9504d 1 0.00/1.00 vMB 0
72,187 72,187 000000000051564b2470a18939fb50f22159e05bfaa51d55e5e695d433fc64c4 2 0.00/1.00 vMB 0
72,186 72,186 0000000000725a4005312ab0e99621656e0459da91d77b112946d0055b48c056 1 0.00/1.00 vMB 0
72,185 72,185 0000000000c2a9c9ed4aa1c8370c5e73ab05f4c3687096f4ab571e67e3772e64 1 0.00/1.00 vMB 0
72,184 72,184 0000000001001c0ea11bfecb5ff0fe886bfba78c39f9c18642cbb279942bf790 1 0.00/1.00 vMB 0
72,183 72,183 0000000000c9a9d909f8d1079c62bb59eca109443b3c0d3784bc9f4a4a7e777e 1 0.00/1.00 vMB 0
72,182 72,182 0000000000e8987d72c306bf964bd359b27b5452457017312f58f5b8dc29d6a8 2 0.00/1.00 vMB 0
72,181 72,181 00000000005eb0ea1506115553b5f388d7f70f23c7d182654fb03b6d35f1c835 3 0.00/1.00 vMB 0
72,180 72,180 0000000000ab4ecb8765d16c3b059ee92b77ca437322521108062d408741d22d 1 0.00/1.00 vMB 0
72,179 72,179 00000000004db2ee976f1b659589f9e6d011433ec0f2ef9dbe817928aa070fe7 1 0.00/1.00 vMB 0
72,178 72,178 0000000000dd3c6a0e7a2d5d1283e57e736fa14d64168cc1a0f1d8046389c250 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.