Loading Tool

Explorer IconExplorer

Memory Pool

13,928 transactions
7.37 vMB
0.01927327 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.70/200 MB

Candidate Block

Mining Attempt cb30b68a1480bd11457efa656f48472cc80e8aa452cafcc07f987320c296ba44
Version 20000000
Previous Block 00000000000000000001794318ab8b212b0d0ba2784d9b9715a2dc93a4340708
Merkle Root 3f5a8e858949c833503553792fc8311d90c47eda3467737430e3d682e0c002d6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.00458354 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,419 (702,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,210 211,210 000000000000022f5d525efaaa6c37d4be525bfd8cf0fce2c4869e0def0f09de 53 0.03 vMB 103
211,209 211,209 0000000000000463bfedf09b852474c255b9cc60556316ecdf94d873c3c3e09b 313 0.14 vMB 209
211,208 211,208 000000000000011bbdc96f199075097ba212ac81b7a06e19fcd4870762da7a75 108 0.05 vMB 100
211,207 211,207 00000000000001efcefe7deb3c02a32fe5d5428be37a50bd1c8e40b8c7cf8504 340 0.20 vMB 138
211,206 211,206 00000000000002282b68cc9a12561c80f9a0101334af108994f4cf4b242b7376 737 0.25 vMB 265
211,205 211,205 00000000000001eb7dfea1dc3d56fb5adfa74a272bbf0f35eb6ae14de30c8d01 215 0.08 vMB 200
211,204 211,204 0000000000000354e8e0f3128f7d1f07ae62b989e1d0600c4742c07cd42ef77b 117 0.06 vMB 133
211,203 211,203 00000000000002453ca221807941e44343fbba729caf8b43f8303f0ad6db6097 553 0.30 vMB 262
211,202 211,202 00000000000003cd6f9db462781341f221a94cb223926d098959ba2bd5c57605 412 0.21 vMB 157
211,201 211,201 00000000000003d56833b4af2f0e89e05adda37512f6f221d12d1ae5b0c71978 679 0.25 vMB 222
211,200 211,200 0000000000000172a91a156957f9cf5375e0bb553dd34d83edab7f68a0d269b7 420 0.19 vMB 164
211,199 211,199 000000000000013c820f647fb6dc6caf2bc5aec99bf2262ec527ae39a221e4bc 195 0.06 vMB 73
211,198 211,198 000000000000026beb755080d51fc3bc075cd2d7bf9a96da95dfe8f3877736f4 334 0.15 vMB 265
211,197 211,197 0000000000000012effaff514df6a9e548537854e355e0dffd81e72bd473c97d 409 0.18 vMB 188
211,196 211,196 0000000000000356687bdb031c78e1661870d0b39e151349e2ec551efb786e96 11 0.00 vMB 36
211,195 211,195 000000000000043cb90c9d8265ecbfdcbd09785530ff7ec405f38d39392ece5e 131 0.06 vMB 157
211,194 211,194 0000000000000044a2bd9ce19e91277c7c219043997a78d7c2358dc36caa1b1a 73 0.02 vMB 76
211,193 211,193 000000000000025b125cbea931f7db67b789cc3082be45d8e15cf9639951dbcd 214 0.09 vMB 170
211,192 211,192 0000000000000463da118f3d8946b2f132369f3f2671f1ba67e764872ecbf6f5 143 0.06 vMB 202
211,191 211,191 00000000000003aa8993241ee55edc7a672c0757a0bd0ecf7c946ae11ac2e081 265 0.12 vMB 301
211,190 211,190 000000000000041ca893f97a00b736b16ccc402315ebf656ad8b34fbd51b4c87 370 0.29 vMB 57
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 292.63 GB
    • Received: 1.21 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.