Loading Tool

Explorer IconExplorer

Memory Pool

25,936 transactions
4.65 vMB
0.01587366 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.34/200 MB

Candidate Block

Mining Attempt 19d870bb183ea038bc002d2765927215ed10abc3bd4e134ad14de55f15789be2
Version 20000000
Previous Block 000000000000000000006324f29d65b8c96f1758197fb5c0cb286fad32571aeb
Merkle Root 1bb435d5c941ffb497fc03ebe769347f076e99ece2ff2496ff3c5d560857fa79
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 322
Size: 0.08 vMB
Total Fees: 0.00439365 BTC
Avg Feerate: 1.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,823 (643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,180 912,180 0000000000000000000022f4cee30e704534fa49afce5a7cfeb0b0e0e58dfb01 1.33 MB 2,301 4
912,179 912,179 000000000000000000019d52985a29653e0425d6121fb435fa793e59b4f41796 1.78 MB 2,173 1
912,178 912,178 0000000000000000000170ba7225c8f67932d4973e8ae42700aac56e783d86ee 1.59 MB 3,243 3
912,177 912,177 00000000000000000000a5f90582fd817a2695825ca3db8786e12355dd33490d 2.10 MB 1,743 0
912,176 912,176 000000000000000000006fb69f804fa82531fc89820604f8b92f3f30a2d21058 1.94 MB 3,241 1
912,175 912,175 00000000000000000000575a49480ce0ac19dbf9b018589c329f7cffbe27c6d6 1.79 MB 5,811 0
912,174 912,174 0000000000000000000187813d1fa0dc782d55090ab1796bc3e1ab51dc19628e 1.65 MB 1,382 1
912,173 912,173 000000000000000000015b9dec921ae9c024985c61af37dca3f9b8fb62064512 1.28 MB 502 1
912,172 912,172 0000000000000000000195a4d968a04477bfe3beb9be2eb8944530b8c09b4d76 1.51 MB 854 1
912,171 912,171 000000000000000000004480c9661192891298d24dbbf93ffa5c0e3fbc30be0e 1.79 MB 3,178 1
912,170 912,170 0000000000000000000060728d09afcdf311d47843811431648b14d32aaefb37 1.64 MB 3,541 2
912,169 912,169 00000000000000000001092b566fada4da9f149643a64c34596d13e85ddbbdc7 1.54 MB 3,096 4
912,168 912,168 000000000000000000003799b799c8831bad36d3683e71daeaaecdb4f62aa16d 1.84 MB 6,053 0
912,167 912,167 0000000000000000000002e13b6551acd8bc2e8cd7a32d7da8a5e53ba3d82f37 1.66 MB 2,530 2
912,166 912,166 00000000000000000000800296730417ee8bcf9dc4f839eda961dc62086a74fa 1.81 MB 7,021 0
912,165 912,165 00000000000000000001322026dc94a30b84bd7185b2e953caa905b152a3d15e 1.78 MB 5,772 1
912,164 912,164 00000000000000000000df3be8ed4889a0b208c929035525697ef1b0ce43f208 1.76 MB 5,218 1
912,163 912,163 0000000000000000000037a0206488e8ada4db97791af04ca6c1146803ead711 1.75 MB 5,169 1
912,162 912,162 000000000000000000016c9617eefcd5d13f8f5c09e959ceee2e223c98c3959d 1.79 MB 5,084 1
912,161 912,161 0000000000000000000086fae7f36b9d95763e87c7a2fd5bbb91a1971fb109da 1.81 MB 5,196 1
912,160 912,160 0000000000000000000018b0373fca965d5edf731e6ab56e55ea4ef8221d3e76 1.78 MB 6,189 0
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

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