Loading Tool

Explorer IconExplorer

Memory Pool

39,080 transactions
29.91 vMB
0.06499104 BTC
Random Selection Loading Transactions
Max Size: 150.42/200 MB

Candidate Block

Mining Attempt 6ed0e412b4599c78418f1a07dd62d62941d6f29a98597629c564e097c6861f98
Version 20000000
Previous Block 00000000000000000000ffddde90400f9c20357f2eff67a9a3ffa6508c5ab9f4
Merkle Root 8860654ed1de029feccc7c01674884c3b464d96df228cc2c5e9ffcf20dd2b5b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,368
Size: 1.00 vMB
Total Fees: 0.00540634 BTC
Feerates: 40.21 > 0.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,571 (685,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,253 229,253 00000000000001c604146d99976ee9a9f04fd3829d5aeb74ec46d35bd4a46b91 443 0.23/1.00 vMB 157
229,252 229,252 00000000000001703b822748f9ff9a0e65d98dce9cf01e5b9ea9e175fd845c36 275 0.15/1.00 vMB 138
229,251 229,251 000000000000006c70b67dd1fb6c7d10bebaabc5af8cc39e6ceb26d6e14e134f 234 0.11/1.00 vMB 153
229,250 229,250 000000000000004af1d3127753f7a07a02fc73be3339c3bf0d143a0e7b2f10f1 286 0.15/1.00 vMB 81
229,249 229,249 00000000000000d2c451f907269a9867a77b14324d63e3274ac00f958e68862a 57 0.04/1.00 vMB 125
229,248 229,248 00000000000001864e4daea5ee46600a65794cc8a293f111b0a1f9d9ac337e96 373 0.16/1.00 vMB 162
229,247 229,247 00000000000002344e9f7a0f31c6c3b82c8f481e4e2b0f67b0e4cbea2239f3a1 225 0.15/1.00 vMB 142
229,246 229,246 000000000000013bbc025e235868a9a340fbf4ad66b6e3e48af299e442d6ca5b 308 0.14/1.00 vMB 162
229,245 229,245 000000000000024a7eb7e1248d2c5303919ef3e59f9d1bc73ba59485357990e0 299 0.15/1.00 vMB 107
229,244 229,244 00000000000002214709582aec9e2c0c61263d3f851d311cba723874c32a79cc 151 0.07/1.00 vMB 113
229,243 229,243 00000000000000ade28a1fb78804db67109f6f0dd6f1fb6a7f97987faf60b471 685 0.40/1.00 vMB 145
229,242 229,242 000000000000015a9202571b64c6f0aafab97ff6167fb6d94db2fa178b892404 1 0.00/1.00 vMB 0
229,241 229,241 00000000000002636d9d4153edf1917ba706a5c5db8fe5be55b58ccf6ebe351e 131 0.06/1.00 vMB 162
229,240 229,240 000000000000019e338deb9f09fef2460ac3528b13426edeef1cdd32a9b159f4 355 0.25/1.00 vMB 53
229,239 229,239 00000000000001dd74e3d8755314be2e88ab922afbc6dab5c11923312fecc47b 114 0.06/1.00 vMB 97
229,238 229,238 00000000000000eebb45d0ec59423021e3cd1f702de227c91cca558a5e204ded 226 0.11/1.00 vMB 133
229,237 229,237 0000000000000220d640b9333fcaf5b07c6fda0d21ebefdf01dc76a7f12c0339 107 0.06/1.00 vMB 86
229,236 229,236 00000000000001245a7831b90fbb946fc42bbb8883365dcf4e6d0ed2f999678c 496 0.22/1.00 vMB 178
229,235 229,235 000000000000003672f7a72558333f71a7f4b5f5201ed64de99abbef1cbdf72f 379 0.18/1.00 vMB 148
229,234 229,234 0000000000000096cba0be39c669f669431948d8cbd84ff76e2a18cfd8aa84fb 189 0.11/1.00 vMB 76
229,233 229,233 000000000000016f275fa40e2924865c93a62e7e3442a606a1db756ea614a42a 64 0.03/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.63 GB

Node Details:

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