Loading Tool

Explorer IconExplorer

Memory Pool

78,440 transactions
29.36 vMB
0.08044897 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 148c977a99f3e18851602d4ee63d92339101b03471ce8be5583b0d6c2d5648cc
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9c873fbce3de4ed2c63a61508de3392acef8458a40bd249e689e86c6932f8807
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.01601452 BTC
Feerates: 73.20 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (673,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,250 241,250 000000000000004dfb4b66062b114f90a322a4987fec1bbae29f24f9b6457ab1 308 0.14/1.00 vMB 205
241,249 241,249 000000000000002f3de5a4d4070a49dd573da42864237b134c689224659fc99f 52 0.04/1.00 vMB 79
241,248 241,248 000000000000007c3a8c143d45eacd42bbbf7aba97f8154fbccac2dc6a3252fb 13 0.00/1.00 vMB 535
241,247 241,247 00000000000000de11158ccda7db90b5d31f57c6913e053d7e6012ffda1efd2b 151 0.06/1.00 vMB 226
241,246 241,246 00000000000000f88266a83dcc3c28e9c74d9c3c3f7056fdc9edf10b3dbdf13e 170 0.07/1.00 vMB 197
241,245 241,245 00000000000000c07c8031ca4a13edb6302de95eea9fb00a2257ff696bd4cfd7 138 0.05/1.00 vMB 240
241,244 241,244 000000000000003bb34ec9c54eb17632a0c9cb150e2dbedf4f557fe7ef6d6486 53 0.03/1.00 vMB 132
241,243 241,243 00000000000000a5b042f027de051189c4938dd32aab17d44a0cb8f637c58563 313 0.13/1.00 vMB 172
241,242 241,242 00000000000000cd5caf65a4de2bbed98295a9086ea1dccfce469c24f22eae7c 99 0.05/1.00 vMB 156
241,241 241,241 000000000000009c3798bc4e1d479194c577f8b52a90d28b3c555a2e58704402 58 0.03/1.00 vMB 189
241,240 241,240 00000000000001132facc895329b7125d9edff774e6fafc4aa58f8704ec9e4a9 106 0.05/1.00 vMB 153
241,239 241,239 000000000000006f79974c68509bd22d9cb57ef15e3b37b0965b51310b3b91c1 183 0.09/1.00 vMB 160
241,238 241,238 00000000000000694f4f5d907ffa77bfca0d41ae9aff3651b031c55ae6f02937 229 0.10/1.00 vMB 155
241,237 241,237 00000000000000dfd0b8671b2e83bc7de628a9d998d2b6dd33e43de824dfb643 224 0.12/1.00 vMB 129
241,236 241,236 00000000000000e8352147ab83f60ab41e30c2d94f4ec4d57938985240035000 68 0.04/1.00 vMB 119
241,235 241,235 00000000000000b7e731e10630d501a60b8c0cc0f836a28049b0517939d2cc46 96 0.05/1.00 vMB 183
241,234 241,234 00000000000000837cfca5cffd30538369252d15abcfa85f48d33c193ca72247 285 0.14/1.00 vMB 157
241,233 241,233 000000000000004ce98e7a3cfa41402bde26a06c8fdd72dc83be649126c17dfa 13 0.01/1.00 vMB 56
241,232 241,232 00000000000000eb2b3ad02cc0b6a401f42afe336985bf81ffcaccdb6d869598 235 0.11/1.00 vMB 231
241,231 241,231 00000000000000d71f11da48d4f4e6dc6771a9ce3d08e55ca0c804e62d94ac59 187 0.08/1.00 vMB 152
241,230 241,230 00000000000000760acb02376e0a36a6dcb61cdb1218ebe3a6157a7c07b32c47 195 0.10/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.