Loading Tool

Explorer IconExplorer

Memory Pool

24,618 transactions
5.63 vMB
0.02460591 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.36/200 MB

Candidate Block

Mining Attempt 8aa69e30ba0f8d4295daf579347154f0ebf0715c8fe6ecce6721ac0435e6dc99
Version 20000000
Previous Block 00000000000000000000d7318bad5d3698ab014db08d08ca274b94c8882dcf45
Merkle Root f38962d72c643eae6b6727ca166b5a9feea39ce8fd33585333c213547260167b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,306
Size: 0.67 vMB
Total Fees: 0.01158116 BTC
Avg Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,142 (710,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,124 203,124 0000000000000056e4eb8e256f916ef5ea70be57ba4ccbd094ba35504036392a 0.02 MB 33 77
203,123 203,123 00000000000000e585cf5b79665c4483167fbdfb81e856ca42a31a80ab7fba91 0.03 MB 33 689
203,122 203,122 00000000000002d59666dda76cd8631c21bec750d0e57272dd625eb187b333cc 0.07 MB 118 82
203,121 203,121 0000000000000005744f364d1a264f68d9fa23ca1e12d26b1716e79ef0ae404f 0.04 MB 77 90
203,120 203,120 00000000000003125acd09b8237a343e642ada4487b2be61fd5e10c081bcb09e 0.10 MB 212 127
203,119 203,119 00000000000004177e37c12854e25d4f6044776db78e08e92ee84380cd4d5c18 0.10 MB 211 119
203,118 203,118 00000000000000d8aafe527d2533e3f0fa34da51f8dcf75ac3e4337bf0e2022d 0.12 MB 296 77
203,117 203,117 0000000000000532cde4d4728a62e048707fe35e7c705e7d45c2c0a679ff1a59 0.16 MB 322 90
203,116 203,116 0000000000000212ae6e037e1e2cce53977f056b2872950b226dd55bac8476a6 0.09 MB 158 87
203,115 203,115 000000000000019342b279d8e415cdaeb1526efd461060144b11ec1063e86ba5 0.20 MB 420 139
203,114 203,114 000000000000026cf440eacbb0b6979bc8916310f6277345bf88e7245f517bf2 0.05 MB 123 81
203,113 203,113 00000000000003bd0f29a459dbd76ae71da1b6fb9630504a9b8dd0ea34087b32 0.15 MB 234 114
203,112 203,112 0000000000000261bd0a1db607fd99952e5e631cda3f9cb5df5819cf3d108f77 0.06 MB 165 232
203,111 203,111 0000000000000310d111bd51c4f7e95e3765f6ab36a7226f678f022f40122f79 0.06 MB 134 189
203,110 203,110 0000000000000176759c7182d6a8b2fa9166336e619f58f0b3fb14ff6d273277 0.13 MB 363 144
203,109 203,109 00000000000002f19d7644e37fbe4f84bf20c06dfe2e325c91239076152bfaea 0.09 MB 221 131
203,108 203,108 00000000000003a4d480094d77b9b37a662758d7b2ad46c7db467fb88dcb2184 0.10 MB 200 102
203,107 203,107 00000000000002ef9df6d32354f84ec4f7e2797e6e4cb36f391279e969fd8798 0.04 MB 85 104
203,106 203,106 00000000000002cfd1284be6a6f312784023f4207f19c806a23c6a6fcbb1daeb 0.01 MB 20 139
203,105 203,105 00000000000001088075b78afc6a8a99db37beb1347a222f38c303dadf0aad04 0.03 MB 74 131
203,104 203,104 000000000000026fe5a202e7daed74887a59587104c294e60c369658c9d66da5 0.06 MB 98 90
Previous 10 blocks ↓
Total Size: 779.10 GB

Node Details:

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