Loading Tool

Explorer IconExplorer

Memory Pool

31,492 transactions
25.19 vMB
0.08598107 BTC
Random Selection Loading Transactions
Max Size: 125.91/200 MB

Candidate Block

Mining Attempt ade5637b26ed858019b36065de5b500b5319d777c5581d00fc20f8239ceb6ec7
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root d2b1bd5848913cd8b19f48efa205a47633339ddff35d1cb258a77bd96e317ee1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 1.00 vMB
Total Fees: 0.04069607 BTC
Feerates: 150.93 > 4.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (410,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,409 504,409 00000000000000000001ba1b4da3c31193e79616eeb46b003e0ee5838ff9e50d 1,605 0.99/1.00 vMB 290
504,408 504,408 0000000000000000000475859996310f5caa132da4a2b8bc54aaa8b7a88282ba 2,429 1.00/1.00 vMB 459
504,407 504,407 000000000000000000777fac18cad224d48b058747991fd2903b14f9f5fb6a6a 2,895 1.00/1.00 vMB 463
504,406 504,406 0000000000000000007b6137879db15e1eaac30f26b542a296a98c58a00c60e0 180 1.00/1.00 vMB 155
504,405 504,405 0000000000000000000c335f131ee27ca7aab3e600d155c3b9dbcac317983f59 1,058 1.00/1.00 vMB 280
504,404 504,404 0000000000000000007d39f82ede1cd2bce2187a24085549d2b0512b2edc1104 665 1.00/1.00 vMB 198
504,403 504,403 0000000000000000005e8e39e97bb01e82b8e5a0938f12cee8d69c8f68a30112 2,134 1.00/1.00 vMB 297
504,402 504,402 0000000000000000003094dbcabe4641c43f389bc371541941f5c835adaf4c72 2,682 1.00/1.00 vMB 463
504,401 504,401 0000000000000000005cd088f2b69efe171ff50b6a8f48159db5643a95693444 417 1.00/1.00 vMB 183
504,400 504,400 0000000000000000002c56557d836d4add90d5fb9f0d24ed66f5129e98789f6b 1,745 1.00/1.00 vMB 305
504,399 504,399 00000000000000000004df9f29eee54519d49a878cd8c9cdb343026952eab08a 1,485 1.00/1.00 vMB 206
504,398 504,398 0000000000000000001f5866d77edd483aa269552e3114a4f1b3fb3d447f7811 2,279 1.00/1.00 vMB 418
504,397 504,397 00000000000000000064dcf7949726c0d6076b86d21a304f030805d18275b666 3,031 1.00/1.00 vMB 463
504,396 504,396 0000000000000000004b83db712e88b64b3c2805135a541d23c749caadeacedc 2,322 1.00/1.00 vMB 385
504,395 504,395 000000000000000000714ebc8eb1ebb164a334a602bbca474c6ccbb7f0890ebe 1,752 1.00/1.00 vMB 298
504,394 504,394 0000000000000000007db9a152ba32c9505c35d0ec0a9eee14c036aa07fa39ea 899 1.00/1.00 vMB 161
504,393 504,393 00000000000000000002ae7729879490ed1da85a358a18486f28c2cab503abf6 1,655 1.00/1.00 vMB 363
504,392 504,392 000000000000000000174788cf63e8c56be7f0bdeb592b78cff2b7c3fc37e2c8 2,639 1.00/1.00 vMB 450
504,391 504,391 0000000000000000001eb1d22e8af9ad7d158f6903e44a11bbbc53b5ea6e6a10 887 1.00/1.00 vMB 144
504,390 504,390 00000000000000000049ce6f1ee018dce85ed26420d71956105fe314635a8bc7 2,158 1.00/1.00 vMB 329
504,389 504,389 000000000000000000549824527747cdb8b9c3545045d1abe8493724acdb03b1 2,356 1.00/1.00 vMB 365
Previous 10 blocks ↓
Total Size: 781.86 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: 642.35 GB
    • Received: 12.54 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.