Loading Tool

Explorer IconExplorer

Memory Pool

7,801 transactions
9.01 vMB
0.02058733 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.98/200 MB

Candidate Block

Mining Attempt 6fc5f4d9f8e321db2785687cde665ebe3ba61f5ae22a76fd8e80782fd747d230
Version 20000000
Previous Block 00000000000000000001ad849efcfd440503cdbd0d820b083833f4a8357963b0
Merkle Root 624cb1dd35ee8ad9eb20b00715cb67be3e1584b6534df244d566cd7b8ee5800e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,359
Size: 0.99790125 1.00 vMB
Total Fees: 0.00753354 BTC
Feerates: 602.14 > 0.75 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,822 (698,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,117 215,117 000000000000002d9c8e620c56c09ad985b692c2e06aa306acbf42f3ce2b067a 693 0.25/1.00 vMB 317
215,116 215,116 0000000000000310a0c0210afd208add45aaf4c8f9825d01969b2c4de396a9c0 11 0.00/1.00 vMB 591
215,115 215,115 00000000000004d4a9d3ad33ee62d28e486f018c4386541799a3e9e314d15160 413 0.25/1.00 vMB 128
215,114 215,114 00000000000001b10cf4fe9ff330311b7560dd9a52d5874c9b26dd2faa099f20 647 0.25/1.00 vMB 193
215,113 215,113 00000000000000d77232764aebc16bf4ccff5ec4c34c53e95d8d9900a2cbfd83 661 0.20/1.00 vMB 277
215,112 215,112 000000000000040ce407f2125c1ce5d2f36f9be1d24f82db0ff15c47fc9559fd 208 0.09/1.00 vMB 169
215,111 215,111 00000000000001868f5320d9bb810d8daebbddbd4509e6f9b44ba1bcf140e8d2 179 0.08/1.00 vMB 172
215,110 215,110 000000000000017571d01196fd25a1fdb8cd400cd7256d4cc21176506a084fc7 438 0.18/1.00 vMB 188
215,109 215,109 00000000000001a213b4292190030151f76080403c7f57fd6b6c0507fb1a514e 427 0.22/1.00 vMB 139
215,108 215,108 00000000000003a88ca173fa8cd5532acbf690956e6a45d207c6006c909c5281 523 0.23/1.00 vMB 384
215,107 215,107 000000000000004335e225ad34433e1f886691acb21604eef8bab31df00265d9 622 0.25/1.00 vMB 165
215,106 215,106 000000000000013de1f5540df33311d28542e9b8367de455fe121b091a307995 447 0.27/1.00 vMB 135
215,105 215,105 00000000000002a84b595fa9cf903c58e24d4b55c1161a930e2bc45d9575d76e 794 0.25/1.00 vMB 260
215,104 215,104 0000000000000129d383b3ff90e489c7c904612baffbf44603c37bf928c4b10b 283 0.13/1.00 vMB 166
215,103 215,103 000000000000028a338f97d47e4cb99f677244fb0876964644ec17d9791ac973 475 0.40/1.00 vMB 90
215,102 215,102 000000000000031ceefaf7eeebceb1124601dd55af1a314bfc164f676c5b5658 622 0.23/1.00 vMB 196
215,101 215,101 0000000000000199bd24a60f393e469830f86f6b62e42f1fa961f0763298b1f2 152 0.06/1.00 vMB 140
215,100 215,100 0000000000000250265e25d8c8fcb25f56c8f017dcdc8bacbfae148b84ee4efd 7 0.00/1.00 vMB 632
215,099 215,099 00000000000002e70d6a6b2bdbc305002046003e1438380cfde69c4a3753a37f 124 0.05/1.00 vMB 154
215,098 215,098 00000000000001eb87a680207c621285dd79b4bd1ec0db623e6227c7c80894b0 234 0.11/1.00 vMB 205
215,097 215,097 000000000000036bd0a467d32b78b563889d4d12cda8ce4ce1bf29a4e2730af4 281 0.19/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 780.30 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: 517.82 GB
    • Received: 4.55 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.