Loading Tool

Explorer IconExplorer

Memory Pool

77,050 transactions
28.91 vMB
0.06651788 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt fe705ae301a2317db45ddd4f933d11d93ca5698e6c75cc0029131322ed4f10a6
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 19b5afde42bc9ec04b4788651a7f65897248ee39ec06c19c3ef6ebec26393799
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,005
Size: 1.00 vMB
Total Fees: 0.00348448 BTC
Feerates: 40.21 > 0.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (452,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,662 462,662 00000000000000000127f9d87566d015b62619f128ba95eee95fd6e22c645422 1,547 1.00/1.00 vMB 118
462,661 462,661 00000000000000000209ec5a25b3e223c05d284b7c6aa4ca6f5564a2840e7eec 2,129 1.00/1.00 vMB 128
462,660 462,660 000000000000000001e08b6fb25db1b80298a9b81bb34c2f64a8e72764de2b8e 2,366 1.00/1.00 vMB 142
462,659 462,659 000000000000000002108d1959e8b36e045f03e8561517f3542bd2d5af6cf2e4 1,681 1.00/1.00 vMB 127
462,658 462,658 0000000000000000002f699e08e7b295829851bd23848fe2c4af3a64a78a06ab 808 1.00/1.00 vMB 131
462,657 462,657 000000000000000001a6c71ebc85307dca3cd6958fd503e11aa53e1bd7c3f68d 1,619 1.00/1.00 vMB 117
462,656 462,656 000000000000000001cb217693ca4af53e410c97e8a638568b4cb8dd5427e6a8 1,936 1.00/1.00 vMB 163
462,655 462,655 000000000000000001f653fb36554ed406f430b826e873ffcbac728a782403c6 2,803 1.00/1.00 vMB 126
462,654 462,654 000000000000000001eca498523ba09d1594c77c8b95a65ca13acca14f0f57c7 2,025 1.00/1.00 vMB 119
462,653 462,653 00000000000000000149895a2b016800fcb7fc12eaac36ae07cea390a129ea9d 1,279 1.00/1.00 vMB 102
462,652 462,652 00000000000000000136da9259b5708b90bd7d7ad3cbd1e02f0f5ae4479d5814 2,531 1.00/1.00 vMB 140
462,651 462,651 00000000000000000215677568e97773d99a645ed659725708c0f6c30f9a445f 2,172 1.00/1.00 vMB 146
462,650 462,650 0000000000000000000d69224645eff1d93e2cc6b162d12806255d082795e16d 2,354 1.00/1.00 vMB 167
462,649 462,649 0000000000000000006d29f1269dc653b8e1f98f2f30a76f8870103c3f7ac376 1,796 1.00/1.00 vMB 149
462,648 462,648 0000000000000000019c4c41af95734575d8d514edd830c3e439b2df9618b40e 765 1.00/1.00 vMB 147
462,647 462,647 000000000000000000e10c8c4e6fde2c0d0568257462a852359dc858a24a897f 2,148 1.00/1.00 vMB 173
462,646 462,646 000000000000000000d1afef13800d55bf338a1fcf941c4adf992125abe83cbf 2,745 1.00/1.00 vMB 189
462,645 462,645 00000000000000000098e44b0d1d1ce2dd39621cc60523a76d6bf3bb455f2b1f 1,708 1.00/1.00 vMB 154
462,644 462,644 0000000000000000001d891a49bd0fe01715b5086205e125b14893cbcd10a258 2,344 1.00/1.00 vMB 176
462,643 462,643 00000000000000000035357b564f6a67789e327fc757954d689968a1534b02f0 1,523 1.00/1.00 vMB 84
462,642 462,642 000000000000000000756fb8bf1d31442e648efcf451361d36bf168ef8c582cf 2,049 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.