Loading Tool

Explorer IconExplorer

Memory Pool

18,213 transactions
8.64 vMB
0.10749694 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.89/200 MB

Candidate Block

Mining Attempt 9960b25fd354d01f02aea34923b1321362b7b06f413caa5fedfe33a3ed48da1b
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root eb5aba02241b4a1dd7fdf7b5d3b7dc30c68c33706c25d9dcac0d66711db4a4b0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.08937914 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (691,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,373 222,373 00000000000002a53b07fab64d760484c78e52f543e151ce58e82d184fcfcebe 417 0.20 vMB 184
222,372 222,372 00000000000001645b1751a430d32b28589f83809ebcac546237d2d110ac1451 110 0.08 vMB 89
222,371 222,371 00000000000002d0d562b9befbb77566965df450081b831a7df22ec2a38d74e7 693 0.25 vMB 237
222,370 222,370 00000000000000f62a31e40aabd5421c6b61835d8268a77df111319b8726f50b 115 0.05 vMB 113
222,369 222,369 00000000000001d3f9d112ae7b3bbd6cb946307ff7984e9de9ec7028ebfc3800 544 0.24 vMB 179
222,368 222,368 000000000000028cfcbc926802221801b079c06a99b25726b6b3a631664f9980 565 0.23 vMB 187
222,367 222,367 00000000000001a51480c8900fa33107c500cd759438c3bb9ab3bd25a76efb45 159 0.12 vMB 100
222,366 222,366 0000000000000050903a009ccf5a676959a227527eed2ee92c7f29c7f4bb5bbd 629 0.25 vMB 197
222,365 222,365 000000000000048d96ec0c71919aa478ffb0ced02661f55c031f7c6ab2c0dde7 143 0.08 vMB 133
222,364 222,364 000000000000001dbcf987e41b10ce57ed4ce61324c6b7ec06a7386d2461d0f7 206 0.13 vMB 137
222,363 222,363 0000000000000326419282df7b1d3295f4db66dbb5171578285568a4a41a15db 256 0.08 vMB 254
222,362 222,362 00000000000002dcafffc9b9d81199d0b3a407550cc24e4286b97350582a270b 238 0.10 vMB 90
222,361 222,361 00000000000001cce35fd81027897a2ec52fd005a9c4f5677b292561416ffa20 459 0.25 vMB 158
222,360 222,360 00000000000003fde7bb20df3f57099bbeb825a7579c9d71e08a347f88e23bb3 65 0.06 vMB 80
222,359 222,359 00000000000002c5aaa82edf7d14106cde62bad042ac4eab2b5af6b6bf6f7235 485 0.21 vMB 179
222,358 222,358 000000000000037705d40be2e322f2d99d81a57972ee4edb9d45dd315728276d 212 0.09 vMB 164
222,357 222,357 00000000000000a6868247c608af7f7170c7f2bcdb3cd3200cc2f2f1e6096d89 131 0.07 vMB 135
222,356 222,356 00000000000002a4e1d0ff244b6702fe93e009f7fb4f71b635af2b814b77ca8e 479 0.20 vMB 201
222,355 222,355 00000000000001deb854013f5ab5c9ca01222a31b9807d90410f9c3d71f443d8 470 0.25 vMB 161
222,354 222,354 00000000000003a2982b1c8341528ab8f38a76d0a39ed0402692295b43ae0559 563 0.25 vMB 174
222,353 222,353 00000000000001e9776a9ad312a7632b96009efee167d941f6f4fbb3e45e0b89 486 0.25 vMB 158
Previous 10 blocks ↓
Total Size: 779.62 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: 301.45 GB
    • Received: 1.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.