Loading Tool

Explorer IconExplorer

Memory Pool

34,858 transactions
27.38 vMB
0.05494783 BTC
Random Selection Loading Transactions
Max Size: 137.41/200 MB

Candidate Block

Mining Attempt 004144307714fed2c908f179c28f816db47b6ec996ed24d1af0bd063cb5b7211
Version 20000000
Previous Block 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56
Merkle Root 756d25b373c57e4aac58a11b66271539a366eeb13b824c74166abf4129a82f9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.00329886 BTC
Feerates: 12.65 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,623 (259,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
655,244 655,244 0000000000000000000dfe275f27380332b0da8f0b98a52a55227ec629a8db0c 1,916 1.00/1.00 vMB 333
655,243 655,243 0000000000000000000bbb4f514e5cd8dd1fee4d4139e0e19cf1b62211e4445c 2,831 1.00/1.00 vMB 304
655,242 655,242 0000000000000000000c89117d6a2e8f6e1801a3b5152d712d57dc2e2531602c 2,985 1.00/1.00 vMB 295
655,241 655,241 000000000000000000006eef70908873c44c0bac0348d1bd3f2744850a5dd13f 2,642 1.00/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 781.72 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: 629.86 GB
    • Received: 11.96 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.