Loading Tool

Explorer IconExplorer

Memory Pool

41,109 transactions
28.40 vMB
0.06606759 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt 4a6735395c881e63eceaf8bbf62c09ad26a06d5c0203473d32fddd193b6dfcfd
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 4b349c1150e93c4c15edfad5f0500b7b773d3f507af5be619087481e7c34425e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,639
Size: 1.00 vMB
Total Fees: 0.01125952 BTC
Feerates: 87.72 > 1.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (417,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,639 496,639 0000000000000000006ce16cdc39fdbbceec657a07cb1263eb8836f9b97ba7df 1,939 1.00/1.00 vMB 202
496,638 496,638 0000000000000000006ffefe5863e2167428710821fdd2b2ae326f5b6c7a4533 2,258 1.00/1.00 vMB 199
496,637 496,637 0000000000000000003349936c127faa64bf5848ded87b7058bb89658f2b8540 2,089 1.00/1.00 vMB 159
496,636 496,636 0000000000000000008a86f86a81f292fb6376e0b92ff9b653439f9ffb26e6b1 2,041 1.00/1.00 vMB 178
496,635 496,635 00000000000000000033a033af89559588a563e95277ca8363605ea5966734b6 2,999 1.00/1.00 vMB 170
496,634 496,634 0000000000000000003bc0af81a98ddf09ea583f09d4c43432232eb943ce5758 873 1.00/1.00 vMB 294
496,633 496,633 000000000000000000466a266e6d43bf98148438ff7d2842c5c9ae04edbfb2c7 2,672 1.00/1.00 vMB 88
496,632 496,632 0000000000000000003891d5ec57078418141f46e4e893c4cea4bd517971a675 2,584 1.00/1.00 vMB 111
496,631 496,631 000000000000000000a91f56cf883a6fa2c63216d7386e0e580b04b11ec61d20 2,230 1.00/1.00 vMB 217
496,630 496,630 0000000000000000007b2690bc4ecee5197bd347910654c1dfaf476a0a584449 2,318 1.00/1.00 vMB 175
496,629 496,629 0000000000000000008ff9889781f8639fc31d71e6c2287c423e3e453c891de9 1,898 1.00/1.00 vMB 161
496,628 496,628 0000000000000000005a676c7970d152c4b4b2f2a3db0c9920527fb4c76881c8 2,154 1.00/1.00 vMB 213
496,627 496,627 000000000000000000b5b1a5a7729c97750cc4dc2ff1f00674b1228b332d473a 2,679 1.00/1.00 vMB 138
496,626 496,626 000000000000000000ae0eb37c69ecf45d8ed2dc30853f8559df0700e052c738 2,400 1.00/1.00 vMB 115
496,625 496,625 00000000000000000094f00065eb18adcaade0a73310c0977e37d1b3154f3165 2,108 1.00/1.00 vMB 135
496,624 496,624 0000000000000000008e432f5cee2cbb311515a8d832e3cbe6867364d8512127 2,376 1.00/1.00 vMB 187
496,623 496,623 0000000000000000005f4ba982328a263ae027e601863e9ff0e09bcbc2719c04 2,575 1.00/1.00 vMB 142
496,622 496,622 0000000000000000007470c35aad63398a98db8a6c9b94f4fea03bcaa270ab91 2,192 1.00/1.00 vMB 156
496,621 496,621 0000000000000000003709271c1768c8f9191892807cc74c82f55fcbc51de2e3 2,288 1.00/1.00 vMB 98
496,620 496,620 0000000000000000005421d8d8283c1a24093fc74926b8a2e030d2ae5905956e 1,482 1.00/1.00 vMB 129
496,619 496,619 00000000000000000051ed3192efd00d7545d9f4f9a57fff437be2d62d71cf80 2,209 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.