Loading Tool

Explorer IconExplorer

Memory Pool

45,183 transactions
28.64 vMB
0.08438129 BTC
Random Selection Loading Transactions
Max Size: 151.31/200 MB

Candidate Block

Mining Attempt 6c0122eb02f811b2a7e587498b5a0d210022357feaa82a4a370ae4a288253d0c
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 5fbbf209431ccb505c901cf4772b357efd8dc04f1a9c90a13f422e052db1260b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.02976153 BTC
Feerates: 120.00 > 2.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (730,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,659 184,659 000000000000005628bfb3c200a093f694bd93141f56d37bfcb629e85d0dd1e6 775 0.42/1.00 vMB 106
184,658 184,658 00000000000001a13d32a9eab7ad0c8d6f4a05f883bc87bd83ebd84ca5bf8f44 137 0.05/1.00 vMB 210
184,657 184,657 000000000000000bf0a94f2f71ae3c4c9f3b6a3bc699d8151f40d49f25c2c780 628 0.25/1.00 vMB 129
184,656 184,656 00000000000007e886f2258f36063c12acbe63a8d712a688b22e16a809b30f6c 584 0.25/1.00 vMB 139
184,655 184,655 0000000000000046aa6a731bd0d9a5a9007708b16005e971ffc76fa9c105ec8c 82 0.03/1.00 vMB 77
184,654 184,654 00000000000000f31231f38f0f8d49224053bff92017e790cea1268c17b3aae4 458 0.25/1.00 vMB 117
184,653 184,653 0000000000000a24d6b8ec772de074f6e356ba5a1ce1235bb72f03d5acf59053 51 0.02/1.00 vMB 387
184,652 184,652 00000000000003aa538330e8351055d5b4e61ca974692edb747432a373548fcb 1,024 0.37/1.00 vMB 136
184,651 184,651 000000000000059a1df0c90c7fff4adf5e25ebf13b6b1f18b93bd8d73145c79c 626 0.25/1.00 vMB 144
184,650 184,650 00000000000006b72058de518d5ba2687969e85a49054bed97dbe6d24b824aae 148 0.05/1.00 vMB 558
184,649 184,649 00000000000003e6298882da645ea8fba58c6773c555defb6be1cde8e278d325 576 0.25/1.00 vMB 118
184,648 184,648 000000000000090b9b13e3c79c573cb170752e61d018982c421c39c8d3bc2c2a 742 0.25/1.00 vMB 148
184,647 184,647 000000000000015842ef17da28b41b38258c40d82fd1a78f920381896f04278b 674 0.25/1.00 vMB 155
184,646 184,646 00000000000006478f492f7070f06ab1ed4428a054f31cdb050ad514bf9ebd88 11 0.00/1.00 vMB 15
184,645 184,645 000000000000015a2f6f1d7b867a2c0bd65015d17eca1e333bfff5be51bcbd4b 12 0.00/1.00 vMB 123
184,644 184,644 00000000000008384dd0f0f261c5a20b3011afb5d1136d1289fd45ebfaf6490c 122 0.06/1.00 vMB 109
184,643 184,643 000000000000022d6f709cf55f62be7c41f63e84d185bcf441d68025304f288c 301 0.21/1.00 vMB 146
184,642 184,642 00000000000007b42ebfbdc6f5e63493eac34d972491a0ae0d75134cdf44c489 100 0.05/1.00 vMB 129
184,641 184,641 00000000000006542645189aa89108748025e4c71cb1262a5f9414ee0b79f437 136 0.06/1.00 vMB 123
184,640 184,640 00000000000001be64a8ad735fae4dfcc8a4cc0b25840365ebe0306907b8e469 1,030 0.42/1.00 vMB 137
184,639 184,639 0000000000000009d72e0c90e200d8492b2e2eece6e8d0fe93e9532acbbfc391 149 0.05/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.10 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: 651.66 GB
    • Received: 13.61 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.