Loading Tool

Explorer IconExplorer

Memory Pool

22,314 transactions
4.74 vMB
0.05934494 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.50/200 MB

Candidate Block

Mining Attempt 14462112f82ca575bbe43dda6d1b7aeca8bc87dbb3a826f7d86eed9f6d2fb1df
Version 20000000
Previous Block 000000000000000000009769429246c67b4aad65947a539986ce93ac183a6692
Merkle Root 626419f56bd283411fa72896cae9efd24a1efb99d030a4be258e061b0a0328a7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.04741438 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,883 (771,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,246 141,246 00000000000005d2b1a8ac387633b2fd19231e048f8931df13714ffa8985bb84 0.02 MB 30 34
141,245 141,245 000000000000072129fced57b911249a16896fd5b027d08b02e533abcda4d778 0.00 MB 16 342
141,244 141,244 000000000000030c77b42d9dc4580a51e554aa7ccefa137936cb09f337c875fb 0.05 MB 138 311
141,243 141,243 000000000000044b92ddd3fa9a16906d3c897da8783797a026f93e3737790db2 0.00 MB 1 0
141,242 141,242 000000000000085204589ab1d7619a6387c2390cce3354172ed864f81a09a6b7 0.05 MB 120 139
141,241 141,241 00000000000007068293c8d17c4204544aca04255c5b543cd5366c43c091a9c3 0.01 MB 12 9
141,240 141,240 000000000000090bba7c701719bb18e6d3dc293df6857eea2ae7513f6e6b6b7f 0.02 MB 56 396
141,239 141,239 000000000000070764aff1c39accedf14187dae9cbbab9703a8a9ce7c8e6c1f7 0.06 MB 104 1,665
141,238 141,238 000000000000084f3bb99978627f0b60149e72938c39559f9d6605f5d7f9c7a2 0.04 MB 92 236
141,237 141,237 00000000000002b3a9596db1657f3b82e1ecf72f9eaf996eca767b89b7d280a0 0.00 MB 1 0
141,236 141,236 000000000000029ad380db6ae07c5e767f2a869475172a6c3f1c7f2b963996e3 0.00 MB 7 90
141,235 141,235 00000000000005c13e4bc23e5b28aaf5beee864ce32b5f0cba22630110919788 0.03 MB 79 229
141,234 141,234 0000000000000197e40e23e64e3314602549a4a1d36b954bda876337b0a2d52d 0.02 MB 49 155
141,233 141,233 00000000000007f991a5e3e9ddc467275a6aaa89f39baadb5032dabc753ec259 0.04 MB 148 133
141,232 141,232 000000000000055fd3829a5b80826877698f2782e0dcd092e0450fb903a8b9b8 0.05 MB 103 166
141,231 141,231 0000000000000418cb65a043b5b30a323438e263a11dccfb887101c4da57c129 0.05 MB 118 190
141,230 141,230 00000000000003fb0cdeb0f12318f669bcf7f4cb92b0e2769823b7c4bd8774f1 0.02 MB 38 321
141,229 141,229 000000000000059e1778acc585ee2f8b111102ee7915e876abff382dcdd0e3d4 0.04 MB 138 232
141,228 141,228 00000000000007a9d81f6c29cac939c82e6f3df01e64940bd322785e157d2085 0.05 MB 112 63
141,227 141,227 000000000000035eef9d1666e11ae70a0454db282d4f7a66a40f46618a2b4ee0 0.09 MB 93 291
141,226 141,226 000000000000049a9ea4608b37cd8ee0a675815dd110ce27a360c9bd49845c95 0.01 MB 29 358
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

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