Loading Tool

Explorer IconExplorer

Memory Pool

82,857 transactions
30.41 vMB
0.14790788 BTC
Random Selection Loading Transactions
Max Size: 184.16/200 MB

Candidate Block

Mining Attempt d5ca715599b22b7297e6ab28b2f36834f81dfe9b71594652a763a709bb10fea2
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (287,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,225 627,225 00000000000000000004ea17a543e39ff427ec9ab5d724ea12a25b59674eb9d1 2,177 1.00/1.00 vMB 40
627,224 627,224 00000000000000000002075fe3802b2d59cd4a767308e01a034bdd7f9c8ff445 1,922 1.00/1.00 vMB 23
627,223 627,223 0000000000000000000e4c5c4dd05932fb84aefe6a92e687706d439e31e09bda 2,286 1.00/1.00 vMB 35
627,222 627,222 0000000000000000000b228a044b839a491c6b4f979bce0c27f083016c9435a7 2,038 1.00/1.00 vMB 30
627,221 627,221 0000000000000000000afde88a915a27a083df2e52283f11d35fef93b4f7ef37 2,274 1.00/1.00 vMB 26
627,220 627,220 0000000000000000000cb02641f622a21eedad13e5116bd3abdf7e23be04bcf0 2,556 1.00/1.00 vMB 23
627,219 627,219 0000000000000000000a8b9095ba1eb1b79c9e5aeebd7c49bc4ebf0ca77fc941 1,811 1.00/1.00 vMB 30
627,218 627,218 000000000000000000103649080559590dfd46660bf226d853cfe1e738cdc853 2,832 1.00/1.00 vMB 37
627,217 627,217 0000000000000000000df09d0795222243b4ae59edae70fc969de331af87b799 2,852 1.00/1.00 vMB 25
627,216 627,216 00000000000000000002548bdd8ef788fcd7a977105ab642956e654f0d07e94d 2,620 1.00/1.00 vMB 25
627,215 627,215 0000000000000000000bbd760432380c29ab85a9476b6b1ab1ce615ae84a9111 2,952 1.00/1.00 vMB 31
627,214 627,214 000000000000000000081299e3cc51b58919f0b5d72b23c99b5fef319443ab38 2,962 1.00/1.00 vMB 26
627,213 627,213 0000000000000000000056d955e7e53a7f2a121960bbff32af9813a600f304ce 2,651 1.00/1.00 vMB 28
627,212 627,212 0000000000000000000c4a40e3a06bbb14b3e2c3a08b9ceafe39ddbf3c8e0499 3,144 1.00/1.00 vMB 42
627,211 627,211 00000000000000000002113b9ddd3f0680a951e3d66ea56a6700cfa5fc0a3fe4 2,637 1.00/1.00 vMB 26
627,210 627,210 0000000000000000000415a86388e747af4e5617c77255d258254dbb2825754a 2,787 1.00/1.00 vMB 28
627,209 627,209 000000000000000000045d7124a1190b9bb8fbc8ac9cfff3c7da86a27d938641 2,865 1.00/1.00 vMB 29
627,208 627,208 0000000000000000000ef344a4dc0f52cd72085b14a598bd37e75b5b6d2731c4 3,190 1.00/1.00 vMB 34
627,207 627,207 0000000000000000000991c045f16efd2b69542261a7248f508aba02104c85a7 2,062 1.00/1.00 vMB 27
627,206 627,206 0000000000000000000ff51c79d6d89c3c9368b2c44cc763e104e911137a833d 2,998 1.00/1.00 vMB 38
627,205 627,205 000000000000000000103cbcbe3cbb20759da63f5c9574d33400ae81e873b4bb 3,069 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.32 GB
    • Received: 16.20 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.