Loading Tool

Explorer IconExplorer

Memory Pool

39,225 transactions
27.51 vMB
0.06245958 BTC
Random Selection Loading Transactions
Max Size: 140.67/200 MB

Candidate Block

Mining Attempt 767a08835482bba1ed1ddb3b7c42a52da6ae7a58dd4e9c79e287ad3efb6947b6
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root d19ff5da9af34f14324a87ad5cb20c454d57cf3827e99a5a25f6ac547cceb48e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.01015060 BTC
Feerates: 101.49 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (259,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,265 655,265 0000000000000000000ece0356b586f07c91a326b18183e3176202054b0440e7 2,346 1.00/1.00 vMB 148
655,264 655,264 0000000000000000000c77eee6337041dfaec8bf8f8b9ce26693237977a42f9b 2,928 1.00/1.00 vMB 189
655,263 655,263 0000000000000000000c871bda4b6d13e77f6e86d02d01740da0facf6cc80b3c 2,948 1.00/1.00 vMB 237
655,262 655,262 00000000000000000010a09c8c28c10b58d9b7a36a9e6fbb8922b559fcce49b2 2,915 1.00/1.00 vMB 262
655,261 655,261 0000000000000000000797370f929521973ee5b5e2a0170d4114e27dffae8c4a 2,711 1.00/1.00 vMB 273
655,260 655,260 0000000000000000000d4b8304763554d550ded4ac736285ab741f63d5197920 3,159 1.00/1.00 vMB 278
655,259 655,259 00000000000000000001a890ec44190a08e0be8b3d5ff853c43c7e0c97184fd0 2,843 1.00/1.00 vMB 354
655,258 655,258 000000000000000000109d69300695443fa2b2661f674f2629128afc772d1883 3,080 1.00/1.00 vMB 289
655,257 655,257 0000000000000000000397825492b2bae92159e891b53ee8b880b1b9d8bb3316 2,867 1.00/1.00 vMB 285
655,256 655,256 0000000000000000000ee1d5b8b8518250a4ec1d252cc3cefdb94b7eb8d29136 2,773 1.00/1.00 vMB 334
655,255 655,255 0000000000000000000035ee7dc18414cf4f67457ca94d4274595d82f24c0539 1,982 1.00/1.00 vMB 285
655,254 655,254 00000000000000000010a14127f9d48bd510993b715d09323bc3279722c04ed0 1,909 1.00/1.00 vMB 317
655,253 655,253 0000000000000000000503cd97c3d7d40db938e99fe6794677bcde7fc00b456f 3,040 1.00/1.00 vMB 301
655,252 655,252 000000000000000000054ff0aad07340ca1cceb1998e6e848933989f488f6ac5 2,325 1.00/1.00 vMB 312
655,251 655,251 0000000000000000000f5d6c2bd81105024c3199e5a021ff844245779ecfc000 1,956 1.00/1.00 vMB 302
655,250 655,250 0000000000000000000fc04b0acbce6198f6ee544ab9f6f5f8ea67b1b91573d4 3,017 1.00/1.00 vMB 330
655,249 655,249 00000000000000000007509ab8c026d35fe01fa2f527f7da8d7178020ca86a9f 2,398 1.00/1.00 vMB 328
655,248 655,248 00000000000000000009406b942ae7f2d1de8d84b49918b462f463e774b4d801 2,956 1.00/1.00 vMB 324
655,247 655,247 00000000000000000003d3f6138730374fc1cee478a714ee8312940dbf2d09df 2,836 1.00/1.00 vMB 360
655,246 655,246 0000000000000000000221d18e6823ef45395940962a0b057ef6cff5ee5e88b9 2,339 1.00/1.00 vMB 369
655,245 655,245 000000000000000000039c5e47af9989a69227f4c1a1eef327ea5d4ada556be3 2,225 1.00/1.00 vMB 370
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.