Loading Tool

Explorer IconExplorer

Memory Pool

40,531 transactions
28.28 vMB
0.13810919 BTC
Random Selection Loading Transactions
Max Size: 144.44/200 MB

Candidate Block

Mining Attempt 977f3e8aa21a01a765b48d70700d0daffa5732e652703e4d25a0c51972a1b877
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 244801d96232485b7c65181803e2df2c497aeee10e2b34869b9f29268c3f6f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.08353946 BTC
Feerates: 102.90 > 8.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (808,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,460 106,460 000000000002d962ffe2b9da300ceb4baf5011a187026d2f4c53d5768d4e21eb 1 0.00/1.00 vMB 0
106,459 106,459 000000000000377a3f3e2180a2faccf413433d8a63664e930553050369e103f5 1 0.00/1.00 vMB 0
106,458 106,458 0000000000009ae17af95bff89ca272a7ba48a22f601cbff098345c978b410af 1 0.00/1.00 vMB 0
106,457 106,457 000000000000b70cb1aaf2c21e0e403b11415d1b6d7e440faff6474514d7a83c 1 0.00/1.00 vMB 0
106,456 106,456 000000000002990fa7fb9f2dc1e8839b78238a0daa7f8690c827149c36c23916 1 0.00/1.00 vMB 0
106,455 106,455 0000000000013d451fd48446d65a62a78ed2b23cd2ca593b4ff0d611c70076f8 2 0.00/1.00 vMB 0
106,454 106,454 0000000000010d78f6fd54e28748da8141eb5d7c5fb8ba8023cb91fea365e688 7 0.00/1.00 vMB 0
106,453 106,453 0000000000020cfd2d93e9b2915f6da517d048efe4e83607b255fb3f8698127d 39 0.01/1.00 vMB 0
106,452 106,452 000000000000a961ce3803a4d29a618caccb1592b98ddf4f052a36da55e2000c 1 0.00/1.00 vMB 0
106,451 106,451 00000000000203a0bff121020bde01001067bb191080da4490d6a47026f6ce83 1 0.00/1.00 vMB 0
106,450 106,450 000000000002dd3f2aa103853a07287d36c007a0b1f404ed93b1a9980d46afcd 2 0.00/1.00 vMB 0
106,449 106,449 000000000002c6b97d8b181ede0d4d173c20c56cc9da5d1541870545f6a750e5 1 0.00/1.00 vMB 0
106,448 106,448 00000000000212660b83eacde3107e2509529438b59b6f3645416f1da51eb1c3 1 0.00/1.00 vMB 0
106,447 106,447 000000000002ebf2f2d4aaa497b3ea41f447468774b8b813dc07abcd0e5b8c87 1 0.00/1.00 vMB 0
106,446 106,446 0000000000009366c0ca4b96ae3f80df9c9b157efbc7273fdfcc0e7efd8f065b 1 0.00/1.00 vMB 0
106,445 106,445 000000000001024603ead429259936e0381ea463540ae14258f523a1b165e061 1 0.00/1.00 vMB 0
106,444 106,444 00000000000220f62bdd050fe7badb17694f8bb1890ab8f957a990228c9c13bd 2 0.00/1.00 vMB 0
106,443 106,443 000000000001c8115720fff70f0ce43c936b72497c9d83bfb2f3a4e60ad6ab36 4 0.00/1.00 vMB 0
106,442 106,442 0000000000011320c35cba238ffd595d8f6c05da0c2b6a41071afa11d5a54e3e 28 0.01/1.00 vMB 0
106,441 106,441 000000000002c7d0d1eb295c278e12f991b5791eea62c185110bd2d8133ab680 1 0.00/1.00 vMB 0
106,440 106,440 000000000001adf2e10b78a6e8ba401c5b33c0835df7554867466d6869234e98 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.