Loading Tool

Explorer IconExplorer

Memory Pool

74,944 transactions
27.65 vMB
0.07698636 BTC
Random Selection Loading Transactions
Max Size: 168.75/200 MB

Candidate Block

Mining Attempt d0dd3028b61496e8d1be504b67def61fa1abb6049b713388f015796b7c930afd
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 8d55be6b397433ded5d09b51b67774f7246185ef156f35585510131c5d411127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,223
Size: 1.00 vMB
Total Fees: 0.01796640 BTC
Feerates: 100.08 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (452,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,670 462,670 00000000000000000132724ac0b4be0f2f575e2d18c3715efcd6212e5aa5c14f 2,307 1.00/1.00 vMB 171
462,669 462,669 000000000000000000f65d8c9764cd7f6e757e3079bb3d3f8767292e49016546 1,641 1.00/1.00 vMB 172
462,668 462,668 00000000000000000081facc12bc04044e7d00e472809885892e9bbfc2da9058 2,213 1.00/1.00 vMB 155
462,667 462,667 000000000000000001f1415c5e5963282201a3861b52227ba546d81f5c9d6b9e 1,039 1.00/1.00 vMB 93
462,666 462,666 0000000000000000003a129fb6c3d2828930ac0f895d933ab3625ca38a46f3cc 1,007 1.00/1.00 vMB 149
462,665 462,665 000000000000000001c09a076e43e290c5525e22cdc64f8f20b9977b1f9bb091 2,027 1.00/1.00 vMB 152
462,664 462,664 000000000000000000cc95dbcdd2552994882e9a71ab3360bb7258af85324871 1,227 1.00/1.00 vMB 172
462,663 462,663 000000000000000000e278c641df538419c0b0805e1d9904454f496e6ff59f42 2,294 1.00/1.00 vMB 194
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.