Loading Tool

Explorer IconExplorer

Memory Pool

76,791 transactions
28.79 vMB
0.06623279 BTC
Random Selection Loading Transactions
Max Size: 172.14/200 MB

Candidate Block

Mining Attempt 423405a1d93a18153119b0d76612bca4b035ba8ea6d30b8cb5defb3a54a0b8ab
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root d90a2ad3a1e7911dea9abc3fdfa4708e6476ccc8e7ecedfe0f96c24d5ff94547
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,690
Size: 1.00 vMB
Total Fees: 0.00825826 BTC
Feerates: 73.20 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (737,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,229 177,229 000000000000027e08e0a31def78701b26d05fb09c32f22e06a1e26a798f25ae 42 0.03/1.00 vMB 213
177,228 177,228 00000000000008ca73b368f2c060a8652143dbecb4b8bd87463e3df986f264fe 16 0.01/1.00 vMB 76
177,227 177,227 000000000000089eace50a5eea4bb888cff363eb620873b4402e9c3188c25c61 35 0.02/1.00 vMB 74
177,226 177,226 0000000000000659528bddad5a9bfad64528c5e28d6634c82d3751180b99b5e0 51 0.02/1.00 vMB 263
177,225 177,225 00000000000007179a2ae5bf49107575b9bc97e836f3261e289bef29780ecf08 98 0.03/1.00 vMB 51
177,224 177,224 000000000000071d17de3d14e7a3844142cf16b91f7b843039eedf7c7b72e2c4 6 0.00/1.00 vMB 509
177,223 177,223 00000000000009ce5c4564b803bdc091bde242980f21cabfa7927619938a3f99 98 0.05/1.00 vMB 74
177,222 177,222 000000000000029293609f540c5e82ee970746dcaeb98156b14293fc8be1c610 14 0.00/1.00 vMB 861
177,221 177,221 00000000000002288bd6baec8a8cba006ebe3f5d987e13efebdb583a31bc4b15 81 0.04/1.00 vMB 59
177,220 177,220 00000000000008a7c42339dcefeb81c6c6344c9651b265f0b1ce3d629830a473 12 0.01/1.00 vMB 53
177,219 177,219 000000000000044252a6f6c9afac2695e8efeb50f47a37925b7c363e37b5e917 45 0.03/1.00 vMB 155
177,218 177,218 00000000000009f70d6e2e00c781d7d23108653b222c8b7da76b46ccca9fefe4 39 0.03/1.00 vMB 97
177,217 177,217 000000000000006157f8a1bee5f55f57ebdfa30e5494f182adaa6d6dc4fc6290 65 0.04/1.00 vMB 83
177,216 177,216 00000000000007d96227dbef8825bcd7191b1e8642246facd0c12f1f013277a8 16 0.00/1.00 vMB 24
177,215 177,215 00000000000005f8fa6fe54b9ae042bbc783b56b5f803919df15957be1cde2ac 103 0.03/1.00 vMB 247
177,214 177,214 000000000000038fb075cde499b1c2ed84fba96dd82abb473397cdadc115940a 76 0.05/1.00 vMB 134
177,213 177,213 0000000000000175b61c6c5a0f15d2f0a451f6ed74c672efc6b0e36b40398b16 85 0.03/1.00 vMB 263
177,212 177,212 00000000000009e8b155678563ef1b765f9cbe5e247c37d5ba8156b9a93cfa65 100 0.06/1.00 vMB 145
177,211 177,211 0000000000000a6c0d52a8d9843315dc05c1a0de4fd3570f656a90a6951b6226 162 0.05/1.00 vMB 59
177,210 177,210 00000000000002e3dad328ef49063c8f4f3b6232630dc12b58e3fa7db5043ceb 118 0.14/1.00 vMB 562
177,209 177,209 0000000000000603823f5fa5f1fc483b1841765194381fde0ae602e837027a93 23 0.01/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.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.