Loading Tool

Explorer IconExplorer

Memory Pool

24,013 transactions
10.56 vMB
0.02998164 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.36/200 MB

Candidate Block

Mining Attempt 78fda537b3cc5ecfcad7636b04d89d25c51ea761e773ab94fff07476af6c7d82
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 032dc41bef58dc31fe040ac47afebab673711939badbc3a81ba6fe85176c167a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.01232468 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (719,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,775 193,775 00000000000005ece762538702e82f999a8aad58565e0f586eb2220778f8d6bf 256 0.10 vMB 80
193,774 193,774 00000000000003c4f80024e468373367eff0c9596158a007dfc15a3188215288 95 0.05 vMB 44
193,773 193,773 00000000000000499113b17d78ac10e1d73affeb3334cb60eeb917550c1e4764 640 0.24 vMB 164
193,772 193,772 000000000000010ec584410557b3660152a50404a92d50383ec5aeac709b3024 512 0.22 vMB 110
193,771 193,771 00000000000005541414c56d965c689190d06e4e33db41e91e56b7319417304d 485 0.20 vMB 133
193,770 193,770 0000000000000607c61a6ab6047bd54801a9b2965c4a03002980d39bbcac490b 170 0.07 vMB 144
193,769 193,769 000000000000040fcf484523e563e2bdccbc0a9824901ba5f3fe56f3d092fa99 12 0.00 vMB 941
193,768 193,768 00000000000000c73df704dc4f54d0095acc452fcfd20d7d56dc5f00fb6e7d4c 12 0.00 vMB 106
193,767 193,767 000000000000020570e113adc3448f135a15cd6fe9dc91768e52ef9880330643 112 0.03 vMB 49
193,766 193,766 000000000000047d91bd48b8d227eb647e6e19ccc9ba26c0a2420f9a8fa197a4 299 0.10 vMB 164
193,765 193,765 000000000000059eb3fad0d011f02889307d0df53a336117515e15b28150ba32 512 0.19 vMB 85
193,764 193,764 0000000000000359d06f84edb7c6a942d2915eaa12c8ff024b81173dc71dc6cf 115 0.05 vMB 94
193,763 193,763 0000000000000639b308f0138ee86fe03d5fdd427ec9083060e6c6bab73dd865 1,024 0.36 vMB 92
193,762 193,762 000000000000075d7a130edfc3b89924ba6bd026870eefd6274ce35089101f4f 13 0.00 vMB 30
193,761 193,761 00000000000006787680446938d02023f4bc4f97aa1bc4195b8689d9915ed0e6 9 0.01 vMB 29
193,760 193,760 00000000000004363d401edde908c2b55f6cae361ee378862dc9ada529b2afb7 512 0.23 vMB 42
193,759 193,759 00000000000004a64a327e509cc5a2f546fe1f7d5bdd5186f29237c85bb1722d 47 0.03 vMB 76
193,758 193,758 0000000000000194d18255f3876b88c13fd693e833f7d1852f0b941ebf9f8119 205 0.12 vMB 103
193,757 193,757 000000000000053421c989cd3b1922e8f88e626fea9ec1d362beacdf165d67e6 23 0.01 vMB 162
193,756 193,756 00000000000001b6af29c43c3e0f1ca352774b7b0ecec9d385d8b838595ad8a1 28 0.01 vMB 49
193,755 193,755 00000000000006c54f250ddf2c655f7bd1e51536d489d0daacd27dd1fb7023b2 582 0.30 vMB 110
Previous 10 blocks ↓
Total Size: 779.77 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: 397.04 GB
    • Received: 2.03 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.