Loading Tool

Explorer IconExplorer

Memory Pool

84,668 transactions
31.80 vMB
0.19062398 BTC
Random Selection Loading Transactions
Max Size: 189.90/200 MB

Candidate Block

Mining Attempt 0b9ed914988070f2d839b7b16c978dc5dd78be74c512bdca1fca5f44bb9e1846
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a827d4ea3b2d775898364564407a6a580f22de898bdbddeb81cd9e8e3ffdfca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.08188418 BTC
Feerates: 101.65 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (687,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,243 227,243 00000000000001056c5c581f0bb07bd7b126f06c656fe1a5931c47a5f125dac8 523 0.17/1.00 vMB 277
227,242 227,242 0000000000000043ce79abb57132c804c96174eb4f168820b4dccdefe2bed550 55 0.02/1.00 vMB 116
227,241 227,241 00000000000002b706c02b3c731c54fd8e968eb73f04c7f354c92e43e7dc5cfd 115 0.10/1.00 vMB 87
227,240 227,240 00000000000001f9c483503145de698f362e8d0ad3f1cf136ca3d4a6e057ac67 524 0.25/1.00 vMB 171
227,239 227,239 00000000000000f8d9cd9b12ac23a4d5b0fed66c2f425e1c3b1e7eb58db6e05f 55 0.04/1.00 vMB 114
227,238 227,238 000000000000001ba961e1ce8865ee7cc5654f5ebef8ba8de90666a0f2f8300c 414 0.17/1.00 vMB 192
227,237 227,237 0000000000000293fec254ae840087842d2c303938e703a314661109deba6f9e 52 0.02/1.00 vMB 126
227,236 227,236 00000000000002a0ed818ee66e850ad5be6911fb2e1ce5628e757c9b6afac055 345 0.15/1.00 vMB 282
227,235 227,235 000000000000002bb9bcf90bea8b89e91c36afb2d96485badc2c92169df198bc 292 0.17/1.00 vMB 153
227,234 227,234 00000000000002c1f634372d5870ab468a7dfc6eff3bf310f0eb5494d48f7d58 191 0.12/1.00 vMB 113
227,233 227,233 00000000000002ac660e4eb8fb56b1a9ce08e8b7bf07ae0bf4ea37df374549bf 71 0.04/1.00 vMB 74
227,232 227,232 0000000000000346f96ab370e2a8a0228d7adefac1cb9c5ca9048bc17b81a4dc 437 0.15/1.00 vMB 237
227,231 227,231 0000000000000168add5a801bc85cea9e13dc66311e02c41d23fcf9b0700ad15 249 0.22/1.00 vMB 84
227,230 227,230 00000000000002a09ec6553d1f51ef4bd5f2ea8e7347bc85cbaa829f2bcfefda 493 0.25/1.00 vMB 156
227,229 227,229 000000000000031082766cb1155353a8ba312bb7f3e096294bd9dcd6187ed82a 514 0.25/1.00 vMB 553
227,228 227,228 000000000000009d5ce63be289fa6c41936579c9d641c49cf213b0f241a24b6f 158 0.08/1.00 vMB 90
227,227 227,227 000000000000016826f654b9867e1402b9cfef7af8bd038b2445415c4148a9c8 96 0.05/1.00 vMB 68
227,226 227,226 00000000000000826cc80e6f2093a55587596b262068587cc51ad04ceb3a4f85 826 0.39/1.00 vMB 223
227,225 227,225 0000000000000133c5a7ebe49a509e9274809adc9b465c5a395789ff528f427f 630 0.35/1.00 vMB 176
227,224 227,224 000000000000036538d8ea55be50ab996170d38c62c6c6d6372f928d4e3e0c5c 521 0.24/1.00 vMB 179
227,223 227,223 00000000000002ebcc8c8002be7c900fd4e38f6cd5946a28cb8927b7e04b44d6 260 0.16/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.