Loading Tool

Explorer IconExplorer

Memory Pool

13,870 transactions
2.55 vMB
0.00902318 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.76/200 MB

Candidate Block

Mining Attempt 0d82cbe369064906df73ea902c4d79020cadc120de2bf8b2baad4a0b8cbd9fb5
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 55ad2515413f7a9c1bd17f35b80a6f657e17b7cbbfd57d5f8ecfb33e9cb62d57
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 371
Size: 0.09 vMB
Total Fees: 0.00287329 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (699,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,166 213,166 00000000000001165a4d7bdc3d86fa25d1c30ae49aaa54fc65bbe3d5f3a75ae7 0.08 MB 236 190
213,165 213,165 000000000000039454d31470547a9c7304a1c550d488231349dd9477913ed5ab 0.00 MB 10 480
213,164 213,164 00000000000004b0fb733bb4bd0baf5ab2ad7994a89f03e49a1415545805b2c5 0.01 MB 25 23
213,163 213,163 00000000000004213b95d49545524bf25af74ac4ed89a9341d13a98f43f7206f 0.07 MB 145 120
213,162 213,162 0000000000000380445d50a3b0c720891d194fcf050c6d44a80f2c955cc84a7d 0.22 MB 556 196
213,161 213,161 00000000000000f5759b0ddfddf1270bac42117773d83780e23ea2a2f0b40c79 0.00 MB 10 163
213,160 213,160 00000000000000411aac658dcc8eb577b371baa17b45ddc19d17f13712ef3a57 0.00 MB 1 0
213,159 213,159 000000000000001b7aa5228e9a008a06e1e664241b06c7515c738cc073c39f1c 0.12 MB 306 167
213,158 213,158 000000000000033620db4ca8a5aa750ce486ab088efebeea00e0c3e656c4a293 0.10 MB 235 201
213,157 213,157 000000000000027898f6a95210e2a9e4c8c4c405f02839ca87979a58f1dc90f9 0.02 MB 68 115
213,156 213,156 00000000000000a68da951b85410b8f8edb112bb4229a7accd952dab378b45bb 0.07 MB 184 177
213,155 213,155 00000000000001bc7be1526f94ba5f3e431e3dbafb23205a02379cbbfd45fe05 0.09 MB 209 179
213,154 213,154 00000000000003a60400e2894f61ae597c0c00c581a5486de1c679826954ac5e 0.05 MB 176 71
213,153 213,153 00000000000004c571bfb05cb95d75be46534d4f62324d0461ac2ed5466dac18 0.05 MB 101 90
213,152 213,152 000000000000039f2b4bdbdeedfd346a935370326091528330600404ccdca1e3 0.21 MB 425 149
213,151 213,151 0000000000000268e24bed225ecb1fb8aaedcd3089a9c27f12048a4b099cbbb9 0.25 MB 723 238
213,150 213,150 00000000000000495a372a13be047169af61fcbc36136aad5dfecc9c1b7fbf92 0.04 MB 87 209
213,149 213,149 000000000000023a76aa664665ae9be2663f7f3e6f2c428e97c32cd65693db65 0.04 MB 60 155
213,148 213,148 0000000000000213c9fa2d130289508a0058d8f421289554819cc0ab01c2868c 0.13 MB 307 250
213,147 213,147 00000000000003a6af12c4bde4de135574f2b87a338367cdb5f49c6dcf18c978 0.00 MB 11 257
213,146 213,146 000000000000044fb13c2f8e264e50d117d30743e2c99dc0cdef797f6582dc0f 0.06 MB 121 196
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

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