Explorer IconExplorer

Memory Pool Memory Pool Refreshing

318 transactions (0.12 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,334 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,333 (869,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,197 40,197 0000000035185e8c8d90056b5d4e56c0e8cad949a70b5800b05d028c17bcde9e 0.00 MB 1 0
40,196 40,196 000000006ea6b99c204339c9cb274fb1cf16806dbc5fd424aa52468fd96e8d81 0.00 MB 1 0
40,195 40,195 000000004c112880e7a6b78ee0ca9977f11263992661be2232416d5ae82d3a4b 0.00 MB 1 0
40,194 40,194 000000004aacc1a3e9c66f31eb5dbba1b5aeaaecc7d152d4227e000ce256f06d 0.00 MB 1 0
40,193 40,193 000000006fd4c9d8fcdcf2dcaad9310c88deba3f33ab02f82c209c2cf9a58372 0.00 MB 1 0
40,192 40,192 000000000803072b8238894f39dbe7821bfa43f299ec85ec34f3d7a5f253b9f5 0.00 MB 1 0
40,191 40,191 00000000852a150b69db8b8c31e68978bb52d7fa54446308a58e5c0062202248 0.00 MB 2 0
40,190 40,190 000000001df68d41fc5d3d4c3da757d5c7022c0e5cb555110cadbaa854782bd0 0.00 MB 2 0
40,189 40,189 000000002c06e29dceb12f380a78e6c5efeaa25b114b7eb5ff0be0553ba990af 0.00 MB 1 0
40,188 40,188 0000000040b8b9b1139937c7e9ee48596f8dc8b19bbefd6e4974ba6de0520036 0.00 MB 1 0
40,187 40,187 000000004d151a77276e82da2ddc5902160feae6783c8bc384ef5c0b315e7f91 0.00 MB 1 0
40,186 40,186 0000000040a1226fba829ca1ede587af5b433c579946c90e2838da4f7201d38f 0.00 MB 1 0
40,185 40,185 0000000053e54cf7968ec12dc3307039fb814d22771720c65b66018fa4df71c6 0.00 MB 1 0
40,184 40,184 0000000034c11b1753171c5dcfc5fc27c79f90e26cc1151a57436321de864181 0.00 MB 1 0
40,183 40,183 0000000071c7b8b03cf82b6a194573e83c9e977578dd787b5bc350cdb64c0c39 0.00 MB 1 0
40,182 40,182 000000007f8a22d777b096d635d02785625021e6da7bd22fe6f89b1d84f6a95b 0.00 MB 1 0
40,181 40,181 0000000088abfd3693f2481c46a6f1a4acf0262faa247e21aaeed7a35507ffc9 0.00 MB 1 0
40,180 40,180 000000008686a12ccf1eb92fc4be0001adfbde329f8ff20b3b35a16a648e4d7f 0.00 MB 1 0
40,179 40,179 0000000074ae4a55efdb0b54424b548e8697de99867e2563617e5f8d4b738fc2 0.00 MB 1 0
40,178 40,178 000000005eea74540bbe7643834c49ceedd9331a9158141ab8a7235ab600b815 0.00 MB 1 0
40,177 40,177 0000000025eae951c6305ecae8eaba2be6e20af97b41611d0d11d4fb32410d53 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,066.76 GB sent, 108.94 GB received

Notes

  • This page updates every 5 seconds.
  • 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.