Loading Tool

Explorer IconExplorer

Memory Pool

11,015 transactions
3.93 vMB
0.04606567 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.89/200 MB

Candidate Block

Mining Attempt 097dc6356b765ab22d6b1bb2cca24d1fd64ed09c77eda998841de3dcf4acb0a5
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (718,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,805 194,805 00000000000001534915eb38a8a50b1501372f89177267e0cbe5c82f1b09414d 332 0.16 vMB 134
194,804 194,804 000000000000048448f9281f341aa43682ac2845496bf3f4fd38d7893bf82b0a 47 0.04 vMB 63
194,803 194,803 00000000000006bdc971288dacbd8cd7f98f6fbb80c573a01e3edda6853d4b70 89 0.04 vMB 132
194,802 194,802 0000000000000755c602a35e2afe8b5d4ea27a521b4feec92208e7896814ccd9 236 0.10 vMB 121
194,801 194,801 00000000000000ba8811d1a2b97badf087fee4e9051e167ce11b6e7048bf138c 176 0.06 vMB 155
194,800 194,800 000000000000059a715008fbb010c01e61d3fe25ffb7034034dade67c6abe82e 102 0.04 vMB 68
194,799 194,799 0000000000000263cd2f2cd24c7f9b9ba292f3cfeb39542a8990f102b90f3864 83 0.07 vMB 81
194,798 194,798 000000000000007c4ef20fe63387ffa5cba9fd3c8ecf890c439f59949744f8b0 148 0.06 vMB 131
194,797 194,797 0000000000000309d85a48e091d5b6f5875d56f38bff7885533c5f2f0391d20a 256 0.08 vMB 89
194,796 194,796 00000000000005af9a3ef377c23fd551407ac9e2a62ec0091601fb702725b9d4 256 0.12 vMB 129
194,795 194,795 000000000000059f0132c57e6d6a1650d86888b1804822370a83ef38a825e5ae 256 0.12 vMB 102
194,794 194,794 000000000000001659495d581e42e862747576b9875f6de9b1118ce6957816d5 160 0.08 vMB 122
194,793 194,793 000000000000064391c227fe1a67fd15a11fc9c4f8cfa60d8cf5fca2395e9f14 10 0.00 vMB 15
194,792 194,792 00000000000004b1b979eff93aa4e5a66fd4453fb736b99cfce1d819aa3862be 113 0.07 vMB 73
194,791 194,791 000000000000051b1a8e290a808a2648689939062feae15d98a6e0b50a838ad4 387 0.18 vMB 113
194,790 194,790 00000000000006775c10e2cc241ce0fd43c9bbf297ffce3d7d5083f177935b6e 15 0.01 vMB 142
194,789 194,789 0000000000000104ddf53915325baecae5c7e2108b9908bf13a27fbbf6fcee4e 128 0.04 vMB 151
194,788 194,788 000000000000037b57462957978f13abbc5e4580498619442f03fcf364ee43f3 512 0.24 vMB 29
194,787 194,787 00000000000002cf5c6060fc560c14ea373737ce9176eb24f550019249ecc257 325 0.25 vMB 91
194,786 194,786 000000000000079f840da8d5118c36bfa1d2b5051d086171cedf4b0a4aa686e0 120 0.07 vMB 856
194,785 194,785 00000000000004fbcc1d11fe0ebf6ff41073d0734cf888987e2b1aa5497232c4 66 0.04 vMB 281
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.41 GB
    • Received: 1.68 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.