Loading Tool

Explorer IconExplorer

Memory Pool

78,620 transactions
29.25 vMB
0.07934984 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 5006e2343f339ac8884f8b569e4a6a15129a0775d5a616bcbeb9520abe6f4e52
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 66605901cbdb569f607cbd93ca4d10debe7e5dfcc951d2da4b25dc7ad435b097
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,242
Size: 1.00 vMB
Total Fees: 0.01521678 BTC
Feerates: 157.34 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (532,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,215 383,215 00000000000000000cb5919ec5e180177b7eacbe2298d378816ec2e920e9d4bf 2,481 1.00/1.00 vMB 42
383,214 383,214 00000000000000000f72195a79e28ca74a9441455cdbd15d3ce587ac8c0ec08f 1,783 1.00/1.00 vMB 26
383,213 383,213 00000000000000000b87b87a0870edd2061ec0a47480450b441da965bac3c854 2,964 0.95/1.00 vMB 50
383,212 383,212 0000000000000000035b658b65c990e2d6a94415e01cf02b12369a18986f8d92 2,111 0.95/1.00 vMB 32
383,211 383,211 00000000000000000afa6957475910e37680e48ef8bb756d1c266ade1929cb17 3,200 1.00/1.00 vMB 50
383,210 383,210 00000000000000000fe488ca1fcb3f64265f5632de4991a5e430a268fe1d91fe 2,011 0.97/1.00 vMB 34
383,209 383,209 00000000000000000b346687f6b2d3b2413d7895311ee2e10ceaf797f8588366 2 0.00/1.00 vMB 0
383,208 383,208 000000000000000004b6063f186f1adca991fbb9e06d2e41c4d4c87dbc1616a2 443 0.20/1.00 vMB 37
383,207 383,207 000000000000000004ef90efbe909d90a6dfc1311e5a2eac6fddbe5ffd73c80e 1,335 0.75/1.00 vMB 28
383,206 383,206 000000000000000000ee61f5131f67612eb2f65958ca62fa2c54abfad5eae238 1,541 0.75/1.00 vMB 44
383,205 383,205 00000000000000000a31151aeab8f94f5612341ad73392bd2dccfe91cbdc7eef 1,269 0.62/1.00 vMB 33
383,204 383,204 0000000000000000100a0866e25b10ec92c6e327e25ada9c98943df3a9d11044 1 0.00/1.00 vMB 0
383,203 383,203 0000000000000000082d9b92f14294e1b6638245191960b6ed62231d40e38014 1 0.00/1.00 vMB 0
383,202 383,202 00000000000000000751765ea4e72263c49e223d5c8ae227ae60a25c21ebdcc0 669 0.42/1.00 vMB 40
383,201 383,201 0000000000000000107cc538e8667a89ad70f0e1c5965f25f2f6d633c3018436 2,103 0.95/1.00 vMB 35
383,200 383,200 00000000000000000bf438f994d027cb6ba2062e33c34c2eea196495c7b9f08c 158 0.10/1.00 vMB 18
383,199 383,199 00000000000000000d41c7c0450c1ff5a17747070909b114e4d9d8f814be9080 856 0.60/1.00 vMB 24
383,198 383,198 000000000000000002ed0bc8bc6022d818aa61541b55e41ccc121a00a7499d1b 1 0.00/1.00 vMB 0
383,197 383,197 00000000000000000175be363fceab57d02a4ccf83721e5086720511a89765f1 2,405 0.93/1.00 vMB 39
383,196 383,196 00000000000000000f5b05adec978bd45233cdf31d3d8b608f2a68487940f7a6 637 0.40/1.00 vMB 15
383,195 383,195 000000000000000006b02a9e2a362804ec1c3def90e506bcef5b9c8e6d577b7c 951 0.47/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.