Loading Tool

Explorer IconExplorer

Memory Pool

14,223 transactions
6.14 vMB
0.03131744 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.09/200 MB

Candidate Block

Mining Attempt 76dcc3068bedd6334ab683c3769643fed984c4a3e53aae2e4afe490ea8df7270
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 8508992c9c9dcd142d4c2a20e5f63e4708c72848f48049f6af7aaeeac12b7d2c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,145
Size: 1.00 vMB
Total Fees: 0.02033202 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (720,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,004 193,004 0000000000000788555354461041eefc7e87a7f3757f836cffeca7deda51af07 22 0.01 vMB 240
193,003 193,003 00000000000007f9de56ade399f729d6e5cd2f7392de3a6db5ef4463ad52a2bb 88 0.02 vMB 6
193,002 193,002 00000000000005db25dbe7fa77fc42801c15d52e9a897c4bb14b5be9754a7be4 497 0.19 vMB 128
193,001 193,001 00000000000006a1e50bedf15148d15aafa469aa02c0e9ad1d8fa3a479bb770e 44 0.02 vMB 91
193,000 193,000 000000000000059f452a5f7340de6682a977387c17010ff6e6c3bd83ca8b1317 123 0.05 vMB 116
192,999 192,999 0000000000000130444a7246e17585e31d25de45018fed76279bd1aaee07d86f 82 0.02 vMB 20
192,998 192,998 0000000000000298a96d1d43b0c797ea0d45bcadd7e4b8f0eaf3dd1cc29c482d 367 0.15 vMB 134
192,997 192,997 0000000000000393c820119848cca62b196f06bae8451c06b8f4437fa691724c 512 0.18 vMB 137
192,996 192,996 00000000000006fde06dc9cde7ab56000892379d29a73e8e59516cced40f733d 33 0.01 vMB 151
192,995 192,995 00000000000003c6c5ac5665e13906ae1049a42ebdbe2dfa492dbd34d39189ea 172 0.09 vMB 90
192,994 192,994 00000000000005042206cba30b5a8a726ff87478297af2e160e3410b9aa7020c 155 0.08 vMB 103
192,993 192,993 000000000000003c0df9b9c5e29e00d7fd9da1ddde8bbaca294f5ac06e847dc2 16 0.00 vMB 175
192,992 192,992 00000000000003efeb245e07c240091ca3e8cb601055beff21caacc80ec3ba48 1,100 0.40 vMB 96
192,991 192,991 000000000000023fead6e0ac9d02f6202bf97a8563a2cea5d4d5e9abfa38098e 160 0.04 vMB 628
192,990 192,990 00000000000003c8b655eb564e8588373571869d891ea79a286e26ea6e25d657 11 0.00 vMB 354
192,989 192,989 00000000000004418351732d32971bf62009dbb818bef809bdaed7efaf5a8d8e 142 0.05 vMB 98
192,988 192,988 00000000000007ef4a017f4d27f42109c53f892ea08cca2ffc28a353d149d9c7 117 0.06 vMB 101
192,987 192,987 00000000000006045c8767730c0e764edda1720d126e1e27cf8dbca479ca1bdb 22 0.01 vMB 113
192,986 192,986 00000000000005dddec67d385aea3dceff97a0e7f4e757936d97bfd43c1d45a8 400 0.17 vMB 123
192,985 192,985 0000000000000163abcac62004e929182e88eff39ef72306acf7406191c5a536 56 0.03 vMB 108
192,984 192,984 000000000000014f2f626f9cc4b9674b94b724211d3e7decbbba0adbac2ca1f4 149 0.06 vMB 128
Previous 10 blocks ↓
Total Size: 779.66 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: 313.05 GB
    • Received: 1.49 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.