Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,827 transactions (0.46 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,974 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,973 (154,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
757,110 757,110 00000000000000000008c96a475150d5065a575229b310924388b6943e53babf 0.98 MB 1,329 8
757,109 757,109 00000000000000000000d4a93b09a726e5f400f0204b5454016e83f08faa8e79 2.08 MB 1,073 3
757,108 757,108 0000000000000000000127a06648f7ee429b13d6ff4971b135faa43086e43b3c 1.73 MB 1,674 4
757,107 757,107 0000000000000000000361750d3b862a0df8aa6a0cfa29ba74b43a41963fa104 1.61 MB 2,249 12
757,106 757,106 00000000000000000001d28bf1864978a5ac938dd18220941803f87d38125513 1.32 MB 933 6
757,105 757,105 00000000000000000003044f6bb88cc9af72975f93b6b3994a0a88b9919dd430 0.00 MB 6 4
757,104 757,104 000000000000000000011880c43b96c6e436d7c616bd2aff9582da72d9e614a3 0.91 MB 1,728 9
757,103 757,103 00000000000000000001122074cf258366525f453bc5ffc23968c0ba6ae3afe0 1.51 MB 2,801 9
757,102 757,102 0000000000000000000850e6b82e9f61bdfbd27b23849bc8c686ff5f1ed02343 0.95 MB 1,044 6
757,101 757,101 000000000000000000006d1dfbc5e601fccd0655c5c82a19bde05e31bf22f491 1.15 MB 2,409 9
757,100 757,100 000000000000000000059e34cd3114400be03cbcb80670841a415acccffa62e9 0.48 MB 949 10
757,099 757,099 00000000000000000001e518eba03dda3687ec060c9fc26b00dfd12440ea7ebf 0.99 MB 1,473 7
757,098 757,098 00000000000000000008bcc13d31d1b7b7e3138f232516b0dbd807492625c790 0.00 MB 15 6
757,097 757,097 000000000000000000012e2f8214db131d19a86e8a6111fdee6fb2939c2089b6 1.13 MB 2,338 8
757,096 757,096 0000000000000000000868b752e8eb30ebde99d6f4b645bba8382970cf1425bf 1.10 MB 910 2
757,095 757,095 00000000000000000008b6d2e767b4222d587a79f24b222704d8be5a46908d3a 1.64 MB 2,217 3
757,094 757,094 000000000000000000034e649a2dbc9a14514b5802fd390698c072a811d205ac 1.51 MB 2,860 8
757,093 757,093 00000000000000000003f1a0f70f085dc31ad304e141ddcf64c9899748256cad 1.54 MB 2,240 4
757,092 757,092 00000000000000000008c27e70a610d410c021e8aca683a9d51cc872a9988b18 1.47 MB 2,314 8
757,091 757,091 00000000000000000000c60f18067891e10e87ec5a7b9d3cb1fa355e6dd8e309 1.34 MB 1,980 6
757,090 757,090 00000000000000000000e0bf5d3f5d3e65aa3e048961e5ba3d938296cdbb6ed5 1.28 MB 2,112 15
Previous 10 blocks ↓
Total Size: 777.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,499.93 GB sent, 133.61 GB received

Notes

  • This page updates every 5 seconds.
  • 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.