Loading Tool

Explorer IconExplorer

Memory Pool

26,900 transactions
6.47 vMB
0.06563788 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.17/200 MB

Candidate Block

Mining Attempt e26dddc52143f3873fa22d079f1eb4c938e6f698e1af3d60b00cdd0e3707858d
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 77b24327430b6bdee80242713bae7fbe694ab22ea344abf3590507720ed0b0d9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.04881142 BTC
Avg Feerate: 2.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (697,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,199 215,199 0000000000000246b3e2278e2e4e79c799d94d50f04acd84180c2740f965f3c7 0.10 MB 311 216
215,198 215,198 0000000000000471af2858b74de429f3d4a12acfa9d96bb2296490ec52122d5f 0.14 MB 430 201
215,197 215,197 00000000000004c46e32e38a1a84b2d65d0f7b7a80975a9221aa4941c5a1b009 0.12 MB 383 209
215,196 215,196 000000000000005e23ac86c61b2589242292ee3c511c1892b4e51e10709b24fc 0.02 MB 37 146
215,195 215,195 000000000000055677165389b9ef84da93125c951ab7b96b634ccec92b0f2f7e 0.26 MB 660 118
215,194 215,194 00000000000005224e2aac6e721e8dfbf9514d8c1d052d9b8f60e4356cd6d16d 0.05 MB 126 220
215,193 215,193 00000000000002a4676774b67d04a1f2ffc7bb6396203be1c9d93573e1ec1be0 0.24 MB 706 218
215,192 215,192 000000000000029280f76691f693b87dcfcf3afda76febd0d4e9841d8292413f 0.05 MB 114 127
215,191 215,191 000000000000013fdddf5ddc19ebe5528cb3ead44f6c56db997d34b81dba5496 0.03 MB 102 178
215,190 215,190 00000000000002f84842e7fc6fce212fe3db49bc949d85595cd7fc46003fdecf 0.22 MB 629 251
215,189 215,189 00000000000001d4012c2d8529ca3b3eca44b6b53c0d177312105ff8d14dfd2a 0.07 MB 150 177
215,188 215,188 00000000000001354c5e1dbfcb58381365ca4e1cfdb148400f1f4685b7cb9355 0.14 MB 318 168
215,187 215,187 000000000000042f3a7d149243c2bdbb822abb1b323feeceef1d321d469460be 0.14 MB 288 193
215,186 215,186 000000000000002823d3e803e7ede45fc7208b6faaf3d364b0b4e6869f11356b 0.47 MB 906 158
215,185 215,185 000000000000028034bd5f31f993f2dc9fd27607bd0c727c92bc01194752aab3 0.00 MB 9 623
215,184 215,184 00000000000000786445c0b2e8775ad23249cbad73e987c7ae41e0212cfe5d74 0.07 MB 187 177
215,183 215,183 00000000000004ded038cbfb55e0510aa9c035b93c8cbc797903ec29bceb939c 0.08 MB 149 165
215,182 215,182 000000000000001a29a11920e397cad51fc6b3bdd8706cb2d7d9c0612768eab1 0.04 MB 69 117
215,181 215,181 00000000000004330514276d2aebbe01543599ca0f94423ae8e909fdd60aba4a 0.04 MB 90 152
215,180 215,180 00000000000002ce524ebd37d5debba7f80e5721545177a8ff71e0ecd264fe4d 0.13 MB 274 179
215,179 215,179 000000000000050ad715a4796d24d13c9caf87ba9941c321678e25e7ee34c56b 0.05 MB 112 151
Previous 10 blocks ↓
Total Size: 778.85 GB

Node Details:

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