Loading Tool

Explorer IconExplorer

Memory Pool

87,358 transactions
32.13 vMB
0.11830587 BTC
Random Selection Loading Transactions
Max Size: 196.39/200 MB

Candidate Block

Mining Attempt 753ea0db828cacd64d6265e51d5a5acb316544845e7de7c91c9de5774f4fa9a2
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b7499f0be4de7fa6180f7197b8f75b0e7c12630b099ddb115189e6d4b6baa11a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03315621 BTC
Feerates: 1,236.26 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (22,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,294 893,294 00000000000000000002489bbae64e592eb481e4360a6bf37135cc6365fc6d2c 3,625 1.00/1.00 vMB 4
893,293 893,293 00000000000000000001cba36c8f9c646e6f8c12194f9d61c2fd8a8dc6f54c96 3,726 1.00/1.00 vMB 2
893,292 893,292 00000000000000000001c621fb8a60a56bad623b9942ea6e7637866d79e03c17 2,405 1.00/1.00 vMB 2
893,291 893,291 000000000000000000020a66929fa1d67ad1bb8b50e0e8bde1fe3975f805bdac 1,388 1.00/1.00 vMB 2
893,290 893,290 0000000000000000000105a16d91ad204fad9c2fdde1e5b207af291366aed26e 3,906 1.00/1.00 vMB 3
893,289 893,289 000000000000000000007cedc9c400f22cd816c16589dd21353294cd79ac2a9e 1,928 1.00/1.00 vMB 1
893,288 893,288 0000000000000000000098baa61df4c1a2dd8ca265752b95c4b2671fce8ee8b9 3,381 1.00/1.00 vMB 2
893,287 893,287 000000000000000000015836ff8dda9bb21597a266cbbc2048a2a9d80e91446d 2,295 1.00/1.00 vMB 1
893,286 893,286 0000000000000000000174e3640583e5973ab5a6b5aff09ca38d2622646dc373 3,441 1.00/1.00 vMB 2
893,285 893,285 000000000000000000020c123270a13bd40f62cfe25d76951df7ba113fdd794b 1,733 1.00/1.00 vMB 1
893,284 893,284 00000000000000000000b62f8603a23a2f11bcd7d8373c886ddfc533bda38bd1 3,040 1.00/1.00 vMB 1
893,283 893,283 00000000000000000000490ee0402255e9570d5b8e15c00f3e35618cbb909e05 4,527 1.00/1.00 vMB 2
893,282 893,282 00000000000000000000259ee4a51deb68492b20d126e62d6b644248c2f841cc 3,119 1.00/1.00 vMB 2
893,281 893,281 00000000000000000002454f295322bb212235c7c58ff1164133677f3aaed768 3,618 1.00/1.00 vMB 4
893,280 893,280 000000000000000000000f104cff6c3d00f1c1dcdd9c16e866a304da0cc5c4d1 3,632 1.00/1.00 vMB 10
893,279 893,279 00000000000000000001c88c7ef4260e3c55cefe9094a74ad1973155870e69c6 4,088 1.00/1.00 vMB 4
893,278 893,278 0000000000000000000201b50649d78f92a58104ee0fc2985dd1bf0b2f06c106 3,600 1.00/1.00 vMB 3
893,277 893,277 00000000000000000001a10b67283856fc51902cb8a2604091bcb7c9fba01bb7 3,080 1.00/1.00 vMB 4
893,276 893,276 00000000000000000001e95e303c551277e2c8a182b46484012aa26e9604806a 2,937 1.00/1.00 vMB 2
893,275 893,275 00000000000000000001e3f5d625e1451ff370850bb05999a8ea6539cd13ca6b 3,649 1.00/1.00 vMB 5
893,274 893,274 0000000000000000000237e73e47549025707041e309f36e51ded69213ba444b 4,210 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.