Loading Tool

Explorer IconExplorer

Memory Pool

75,555 transactions
28.29 vMB
0.06302241 BTC
Random Selection Loading Transactions
Max Size: 171.32/200 MB

Candidate Block

Mining Attempt a0ed8fd6776c49594d4360cf8c9f91965dc8ab4e7eee161956c0146986c71916
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 41f3500cc1a676a867de196e1ec3a9e27344df2067e25b21a7841969046ba3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,318
Size: 1.00 vMB
Total Fees: 0.00458942 BTC
Feerates: 40.21 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (321,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,226 593,226 0000000000000000000e0c02a6421da474e7f59d2cf5b9187e49a01055e1995a 2,553 1.00/1.00 vMB 20
593,225 593,225 000000000000000000072d37f0c29b6c55aadbff3cb6b397a5cea6a52a59f3c0 3,102 1.00/1.00 vMB 37
593,224 593,224 00000000000000000013db5f045056fd3b2eed28ca2f6cdc03e0a1cf99c0e67a 2,809 1.00/1.00 vMB 28
593,223 593,223 000000000000000000182710c9da6c01ed0a2cecfcc01bc38e0387df550452b0 2,368 1.00/1.00 vMB 36
593,222 593,222 00000000000000000004bee31c071797942fd9c11f09b14f22f5f2346c1d0185 2,451 1.00/1.00 vMB 21
593,221 593,221 00000000000000000000a27092eb114809f5ab56cccd94c3c9031c888899ed8b 2,654 1.00/1.00 vMB 37
593,220 593,220 00000000000000000003491e82f517158a765dc701b9fffc24d7ed9f87a2a7cb 2,894 1.00/1.00 vMB 29
593,219 593,219 000000000000000000159bfdb512535efb8834c3ee66319ac3eea4e87990ebf5 2,489 1.00/1.00 vMB 27
593,218 593,218 00000000000000000011b30535ead3dd87d223db104b73d04ffc041ac3ffa76f 3,162 1.00/1.00 vMB 45
593,217 593,217 0000000000000000000d438bebbb5e2d210f5c10cc7d1b8bafbac107c56fb370 2,250 1.00/1.00 vMB 25
593,216 593,216 000000000000000000023e866e774f5cda7b22e25955ce9b3cce2314e026c721 2,801 1.00/1.00 vMB 44
593,215 593,215 0000000000000000000575402ceb3a7a2a3c84609627707abeb33e31de27afd1 2,968 1.00/1.00 vMB 37
593,214 593,214 000000000000000000050b83da59fbf0c592baea2ad08e00472af03c1b9849cc 3,143 1.00/1.00 vMB 49
593,213 593,213 000000000000000000155fa65159ce5735bd8dfcb2af1d7c0ce67c39f3406ff5 3,075 1.00/1.00 vMB 47
593,212 593,212 000000000000000000025daf40190203194ecbf720ac3841b56b361b39f463c9 2,469 1.00/1.00 vMB 28
593,211 593,211 000000000000000000029f7289f57087542f89307ae1e42372a1d10c31d71640 2,627 1.00/1.00 vMB 27
593,210 593,210 000000000000000000157aec7b55b81be089fa5767c1bff59836e969f9132300 2,154 1.00/1.00 vMB 30
593,209 593,209 000000000000000000096f2c3fe702b684a90e25f0c9dc66fc6eca97bff53a32 3,188 1.00/1.00 vMB 50
593,208 593,208 00000000000000000013885a6389f8489005b7345c2a130a1698b6a63cc08d6d 1,572 1.00/1.00 vMB 28
593,207 593,207 0000000000000000001620461e25e8fbf87d364d79375cce213cee3f9c2e8ef5 2,511 1.00/1.00 vMB 41
593,206 593,206 0000000000000000000c64e01654b1f405a4ec6519b42c5102a4ed8263970dc3 1,714 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.