Loading Tool

Explorer IconExplorer

Memory Pool

26,626 transactions
6.24 vMB
0.03840956 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.75/200 MB

Candidate Block

Mining Attempt 6e576b885bd2a800e1671533a91694a5415b69fb4ab3138df1cb7b57de0caf84
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root bd23f544452a38ab9c0f23d7f3a6142c7a5fd605a540c3467c7f121d21a7e0f0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,267
Size: 1.00 vMB
Total Fees: 0.02313536 BTC
Median Feerate: 2.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (723,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,304 189,304 0000000000000435dacad5af05cae0e524105610feb51ed9495b11a99080654f 0.01 MB 38 204
189,303 189,303 000000000000038340b5227a4ecb1223cb079c2a17c69696c68d8987cb15db89 0.02 MB 54 31
189,302 189,302 00000000000000ee55ce7c09520488310382faa700eb361416724738fea651b2 0.21 MB 446 113
189,301 189,301 00000000000007aa0853480ebb2a6ae8e38fe58158d245b081b54cadda057285 0.02 MB 65 155
189,300 189,300 00000000000002d06686680005c0ec6ccfee5ca3ae54a2fb51800b9cf09867c0 0.01 MB 17 41
189,299 189,299 00000000000005a662c6a1409c032172d60a99d7af86de290efd6dc02b6a2a28 0.06 MB 154 98
189,298 189,298 000000000000048de3a6ded2c02f95431e685352defaf083cf7538276f681fd8 0.12 MB 296 176
189,297 189,297 000000000000095a2d6a867f2800880319b247ba43c511d8c77865a4ff17d89b 0.07 MB 194 108
189,296 189,296 000000000000051c2d69eb5ca08eb37b382a062f8eb37964f3f8c3ae2cb16c18 0.15 MB 298 116
189,295 189,295 0000000000000938e6809e7e8147be43bc7bde016480a7b5ea0ed4806edc9ada 0.03 MB 70 99
189,294 189,294 000000000000023eb0152a70d41efaa23ebdf470eb50285f87bf925d93c2a127 0.04 MB 96 127
189,293 189,293 000000000000004456207b6bf3feb71740249fedcea3c252593f5c522a86b3c7 0.05 MB 220 175
189,292 189,292 000000000000077ad0c927ffa64ea66f47ca3a837476582122df4bade6b9e676 0.03 MB 81 96
189,291 189,291 00000000000008bcebd41cad5e79191e114d54cb1b76dc1ed289f90df589737a 0.25 MB 535 116
189,290 189,290 00000000000007ea8c901e490819aa7f5cff8fe7fd75d7d4046bbaa58335f797 0.02 MB 20 40
189,289 189,289 00000000000008392d2f0c4506fe03bb470affc93b59a2c309230a4672382ddc 0.06 MB 162 603
189,288 189,288 00000000000002c975f2201456d3139298385552dbe880a0dd04d70eea23f655 0.07 MB 149 123
189,287 189,287 00000000000006a6d1e5c3eae94e9c59b4f9640802e7d400cc9f56b8f23dd3fd 0.03 MB 64 471
189,286 189,286 00000000000008d8f2f58fbebbdcfac57a996357bc357fe1193ab980fb7beb9e 0.02 MB 63 378
189,285 189,285 00000000000004571a2d0ef87f28625bfeab853897b343c48d2df42e098c456c 0.13 MB 247 181
189,284 189,284 00000000000006e5b0b4da7af6a6ef95feac7471d289c0bf7f786aa789c4ed0e 0.09 MB 227 238
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 11
  • Data Transfer:
    • Sent: 15.91 GB
    • Received: 0.33 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.