Loading Tool

Explorer IconExplorer

Memory Pool

52,247 transactions
28.91 vMB
0.09018778 BTC
Random Selection Loading Transactions
Max Size: 155.68/200 MB

Candidate Block

Mining Attempt 0b8c1263d216092b5ccad1d5bdf2963a89562c4f6b8751a0ba4b5f9f9ef79832
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root f1d612274d3a0c085a39eae709edbd3f4a9194d20ad2b05ea34041936eaf5ff4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.03253656 BTC
Feerates: 500.45 > 3.26 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (152,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,938 761,938 00000000000000000002345fb79b402de9ec072dc011ba2a1e2dd701899e7904 153 0.05/1.00 vMB 10
761,937 761,937 00000000000000000005b17ad4c9b25d82f44e34f73077863d5728d15774cf5b 1,377 0.88/1.00 vMB 12
761,936 761,936 00000000000000000001664ec3c354d4155cf77b2c55f38cda13f7eddb979e8d 979 1.00/1.00 vMB 12
761,935 761,935 000000000000000000002d56514f7cf8f2ff95a02c3240773b4856947b88a214 1,459 0.53/1.00 vMB 12
761,934 761,934 00000000000000000005025eacf6fbcd235db4ea2a3a9fa714f705321e0892a1 12 0.01/1.00 vMB 4
761,933 761,933 00000000000000000004095f6c793fa6a239ff372c4e011cfdf8f9e163d87f15 557 0.15/1.00 vMB 14
761,932 761,932 000000000000000000062656bfea65765b4e6b1ef8ce656d439958d663c8a6ba 47 0.02/1.00 vMB 12
761,931 761,931 00000000000000000000c322915fee2404ac5f9a483dcac9fb27391dc228b0c2 1,072 0.41/1.00 vMB 12
761,930 761,930 000000000000000000061c045e6e7a917b4fd91f26c0a2b420c3a576b393068d 1,890 0.75/1.00 vMB 11
761,929 761,929 00000000000000000004f9fdd5991bffe82394e3b8514056d8547be7d8f838ed 1,532 1.00/1.00 vMB 7
761,928 761,928 000000000000000000022bda444e236ad3b98d43e616d16f7470d9f6a80c882d 1,462 0.63/1.00 vMB 11
761,927 761,927 00000000000000000000989e4bd6813a91aeefcff44b7420967643cabb14c342 191 0.06/1.00 vMB 12
761,926 761,926 00000000000000000000c63c96efe41911351fadcfb499d3927ecc40d0b3b09d 790 0.35/1.00 vMB 9
761,925 761,925 0000000000000000000417522edf1f3dba724988ed27da3c90d13e15950e7133 1,264 0.47/1.00 vMB 9
761,924 761,924 000000000000000000068d9f7c04da5db2585a4337cb88d5922850ffc8c5ce89 1,415 1.00/1.00 vMB 6
761,923 761,923 00000000000000000004b9acd4bd94dc79b120e0db67a0418ae91e9aa9fb8294 1,664 1.00/1.00 vMB 18
761,922 761,922 00000000000000000005b6912e7427e51c99f80e1d55b4e757b33bcf725d1d9b 2,184 0.86/1.00 vMB 13
761,921 761,921 00000000000000000002e89a72ac38a70d17747c0c26de12f76f65a539bd3da1 1,029 0.38/1.00 vMB 12
761,920 761,920 00000000000000000005c5ee87626c9fa567a5e0deca79fb626a7f061e6bc45f 1,338 0.99/1.00 vMB 3
761,919 761,919 000000000000000000072d4d6c93812a6141b2e7614c6fcbcec447a867c875d5 2,078 1.00/1.00 vMB 11
761,918 761,918 0000000000000000000393d50dbda53b0ebf8d53c8558486b64da98dec759808 729 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.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: 649.71 GB
    • Received: 13.21 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.