Loading Tool

Explorer IconExplorer

Memory Pool

28,930 transactions
8.77 vMB
0.06574434 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.78/200 MB

Candidate Block

Mining Attempt e1d3c6db4973b7ee9dda65e1ed6a2a8341ec1c8a56f5773d4541c19bc80e76fc
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 2dcf425dd0fd66b2b5e6a8d77f8591197e2f4b587ebcba74f245f926b536beaa
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,653
Size: 1.00 vMB
Total Fees: 0.03620355 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (775,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,243 137,243 0000000000000270686970a0325422e0c4cbb934cec6487f22475483d4b4cb34 0.05 MB 138 181
137,242 137,242 00000000000008719e0dd25fcc37ac5f5f255eefc60ebedaae0bf028d24af390 0.03 MB 77 226
137,241 137,241 00000000000003f426dfc035fb35722adcaebc633405cdb97f7de010f57c8880 0.02 MB 51 242
137,240 137,240 000000000000082ec92b0d7d92ccfcd7b92c3e2762befd1f0b43c508b2184b85 0.03 MB 98 39
137,239 137,239 00000000000006cb41d5972c5bdb2cf38f63178bc8ceffeb6d73b2c3a46845e8 0.05 MB 117 164
137,238 137,238 000000000000004f1c7b48433e424be8f47f755d4ba19f14a54b1b1e4e3357fa 0.01 MB 27 21
137,237 137,237 000000000000037408f244dc75fa6a6e9155fba39eb60a6a1be5d82abdd6cd9b 0.03 MB 54 528
137,236 137,236 00000000000005a5262c0b722e6a173106d1c262da05b3286e2ce93d247ea6d6 0.06 MB 164 146
137,235 137,235 000000000000016077e0b1871a9f968456b4e43cdf0496b74f7263ce53b9e043 0.03 MB 86 199
137,234 137,234 0000000000000999e3414fbd66a4c8584285e31cf706ba7112c4a682d8d673b1 0.05 MB 142 145
137,233 137,233 00000000000002098a6eed830533d5d88ce419c9e51a42a75d114e5d9a5ad1ad 0.02 MB 46 213
137,232 137,232 000000000000065abea8495e8c43567654438a9bc3325d57c9feefff86d46871 0.11 MB 194 163
137,231 137,231 00000000000009e80e08b04315d9a368e129a5e1c5efc5abdf50fb9dd36770fa 0.05 MB 86 259
137,230 137,230 000000000000098d77c31793a00d9f28fdd926b470dbaafdc4b81fe0c90e84da 0.03 MB 95 327
137,229 137,229 000000000000078e6b55fd1e923de660941800bc50ef64d27ba52ff2b3d421b8 0.01 MB 18 35
137,228 137,228 00000000000006c51fc0818297e8a6ffc829bc50670478a57bd4496252e3f335 0.04 MB 80 164
137,227 137,227 00000000000003c91cfce0c7b37f27ed8a695401d2d0c7e1c87d09de7d018396 0.02 MB 32 647
137,226 137,226 000000000000005ced98dbb1a5105e13a226a9d40dbd5ae392c9103c52055c38 0.04 MB 122 302
137,225 137,225 00000000000005851a3fbeb64c16fe46092112949b9f56165d3fb280caebc3de 0.00 MB 8 321
137,224 137,224 00000000000001ab70324aa2fdf31636f52529f0c8ff06a0d21ebfb3b71e0895 0.01 MB 18 148
137,223 137,223 00000000000000eaa362747627eccce06d525e56c55147cbaf994c549f69188f 0.03 MB 83 16
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

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