Loading Tool

Explorer IconExplorer

Memory Pool

17,257 transactions
10.37 vMB
0.01885003 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.36/200 MB

Candidate Block

Mining Attempt e4b5da9ea59acdb5e1b1d18463c8c02307de7098bbcc292203fa96e0e5bcfbc4
Version 20000000
Previous Block 00000000000000000000cdb97fe7fc9ed9e9cee6b2a8001d4b89e62dc1e1f0bd
Merkle Root c8443d839a3cf556cf365c16ba1c4fa3fe7b22f87ddb4af317fc62f97f45bce7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,090
Size: 0.99788925 1.00 vMB
Total Fees: 0.00285938 BTC
Feerates: 52.19 > 0.29 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,682 (709,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,239 204,239 00000000000003f193cf631012cb6eaade87e16d35f1d82fe7db195c2e768bce 18 0.01/1.00 vMB 79
204,238 204,238 00000000000004ed1976da1a726006c7a2ade03cdcac38a6e6a180307049a3e0 127 0.09/1.00 vMB 221
204,237 204,237 0000000000000521ef11440c8e46464ab532516e4f0186f41fdbab3d9ab08539 315 0.16/1.00 vMB 110
204,236 204,236 00000000000000d4d33166bb09ea7a4365769561da6594412aa8215c54f480a7 123 0.04/1.00 vMB 203
204,235 204,235 0000000000000212fb8edc04779d72b5f534bb91270c8484aee575fd640f1b5a 638 0.23/1.00 vMB 140
204,234 204,234 0000000000000111a55c416088f015330630abd3e363dd41c46d86958c0c54c7 122 0.05/1.00 vMB 112
204,233 204,233 00000000000003c4daece4e06e246163530ba04f2164f84320deb55615d3327f 227 0.13/1.00 vMB 88
204,232 204,232 00000000000004459d2308d16547a8d78c0c1c0bddfd9a844d3e67590289a241 660 0.25/1.00 vMB 139
204,231 204,231 00000000000003171484551e0c213b9f25fb587cc75fa6fe15aba335ee4b5902 20 0.01/1.00 vMB 63
204,230 204,230 000000000000045fcdbb59688b9a41ad36f99481f0935c03ef266e3b62991fce 136 0.07/1.00 vMB 97
204,229 204,229 000000000000054a5ab53570de972c654ef0ad772824dd7e9c4d273853cd7844 1 0.00/1.00 vMB 0
204,228 204,228 0000000000000385e394f11a5648e0ee7bca1e8f7102b9e498a0c0e19c557c65 131 0.06/1.00 vMB 118
204,227 204,227 000000000000027e0306e802abb188479f7de8f751b8c96f992c3a27a8f62ba1 438 0.16/1.00 vMB 145
204,226 204,226 00000000000004f05a76de9850708a941791850c0588ebe91b9e95751dc756b4 131 0.05/1.00 vMB 130
204,225 204,225 00000000000001c5a5c45bc93bbef484791b3b8ec8fe60b26c93f0535a34b00e 13 0.00/1.00 vMB 359
204,224 204,224 000000000000016f04e4d40ceab0d934d16c8b1c7aa2416d698fcba51bca2eed 532 0.20/1.00 vMB 54
204,223 204,223 000000000000034075e6dcdac42a60d16876df986a954700ab39c1a5f3c8109c 167 0.08/1.00 vMB 114
204,222 204,222 00000000000000686ebb9dbf7cd3140bd6cbf80f72659ca1ee3ce3bfc2cb65da 13 0.00/1.00 vMB 70
204,221 204,221 0000000000000188a3fe0a3b95d6479b2740ddab4f22b19cee9742fde8f8fa0d 431 0.16/1.00 vMB 141
204,220 204,220 00000000000000bf40184fed602c46ef3229afd9cb13dc8bcfcc6babd52e0141 113 0.03/1.00 vMB 42
204,219 204,219 00000000000005101cc747615e18fbec824d7cc60f9df52778d678717dd0c212 175 0.10/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 780.06 GB

Node Details:

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