Loading Tool

Explorer IconExplorer

Memory Pool

235 transactions (0.06 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.37/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,393 000000000000000000022b910000000000000000000000000000000000000000 218 0.00156229 BTC 0.06 vMB 1.41
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,392 (774,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,509 137,509 000000000000022eca3094f1052e998d18a5ab036fb5f73caca28d06a6bed7fc 0.04 MB 159 156
137,508 137,508 00000000000001f006addd2fc7045a6b96586212672ee6c54a1b585b1a92f688 0.02 MB 37 134
137,507 137,507 00000000000006b9c2a40d3190078c609f3f6393fb8c0f61f9cdc9e3e8a92f11 0.05 MB 121 120
137,506 137,506 000000000000080e58c564dfbd7ac1c536d11ffb125014827306a8156de879a2 0.05 MB 95 16
137,505 137,505 000000000000061111d154a308d129609d8983bc30bdef19f54888ee14fc607c 0.04 MB 75 1,208
137,504 137,504 00000000000008a69312561a82ce857a6a72abe0d5ead6c454a9881c1ebe4010 0.07 MB 194 711
137,503 137,503 0000000000000681e2d3cf5e7ba3fb2677c695e9963e607874c6746e6453993c 0.04 MB 132 134
137,502 137,502 0000000000000696fcc8da45052d5f31c0e942c15ac77cdbb2099390c5895065 0.01 MB 15 871
137,501 137,501 000000000000068dc2912e453f5ca068c5e20017e504cfb2b88b6918b70afc2d 0.05 MB 128 192
137,500 137,500 00000000000004bfad597c3a381f1c60612e62d4b70f638a5e3f5099e5265d0b 0.04 MB 86 98
137,499 137,499 00000000000003cc95218a7fb5ce622d7ae115b3bc0cbcec1d9b9e8466ab3276 0.00 MB 5 523
137,498 137,498 00000000000008b8d4d01e2b7067f2bb212baf7b77c637643e9ebe8f9f154bb1 0.00 MB 12 0
137,497 137,497 0000000000000909bfc7822ab7e9f794fad510b43b61d2d2e9250c88d4b48bc0 0.03 MB 50 71
137,496 137,496 000000000000075cc9cd539c5bac4c4930748b88d548bf0838f43b499ca53cd6 0.00 MB 11 338
137,495 137,495 000000000000078a57749af6806f89d7ff20c82612a8c57125291fbe16627fe3 0.02 MB 74 15
137,494 137,494 000000000000062cbbe9908b116045ce5bc39393471c64ab1758c0f93e312649 0.00 MB 1 0
137,493 137,493 000000000000040e4249cf514df46b87ece2671b93430dc15fc0d815545816d6 0.05 MB 144 207
137,492 137,492 000000000000043f411e77022bd7017467ecb92e0feb93e9c119cfd6ab3cb357 0.03 MB 48 1,030
137,491 137,491 00000000000007657729204daf8a3e92b74453c80545598d8c1e0fe912f39240 0.00 MB 1 0
137,490 137,490 00000000000002f04548ec90bfcbe9e54078408de68ac8f2bb97c39c492be019 0.04 MB 112 1,421
137,489 137,489 0000000000000178431bdd5156dfef5a9ff72f2a3863420671db1ddac1a1d82d 0.01 MB 23 174
Previous 10 blocks ↓
Total Size: 777.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 2,549.14 GB
    • Received: 137.21 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.