Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,424 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,547 000000000000000000022b910000000000000000000000000000000000000000 ago 0.71 vMB 2,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (223,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
688,220 688,220 00000000000000000000893c6c7d725dcf4b71970104376dbba9dd089c5cf988 1.40 MB 2,052 20
688,219 688,219 0000000000000000000bd72e73f7f96e3185836be384bca72cffedba7b10c123 1.52 MB 2,562 9
688,218 688,218 000000000000000000049af02e34e9dbeee8620f17b2d0ec65c58e7439622b66 1.29 MB 1,691 23
688,217 688,217 00000000000000000005c652f87fc65c482631bfd9f3579b841a075f65f4c3d7 1.39 MB 2,345 55
688,216 688,216 00000000000000000006cd1c171689728839e4f5fcb9d214bd39d7c0c1c970c3 1.44 MB 2,787 19
688,215 688,215 00000000000000000002872cadd448580c4a077f224011174ebf5dac5f9976e6 1.34 MB 2,371 8
688,214 688,214 0000000000000000000ac13c3b2bbd4de5959f151d3b078b47d3d96f35623ac4 1.26 MB 1,457 23
688,213 688,213 0000000000000000000b2157716955669f6290e9e57fa93e084c6f051186fbbe 1.29 MB 2,464 34
688,212 688,212 0000000000000000000e0e5590e0dcb0dddfeb33cbe6a7ba05f76d9e92022f2b 1.41 MB 2,762 47
688,211 688,211 00000000000000000004029370ddec0882d37fe4eef97058d644da4252cd413c 1.53 MB 2,580 9
688,210 688,210 0000000000000000000556c1a99898de0cfbc7a11efd32d995294168f1716547 1.17 MB 993 9
688,209 688,209 0000000000000000000b429231f93140ad3d316fb13f7266cb9f862b6061f94a 1.06 MB 282 5
688,208 688,208 000000000000000000030d168d3237bc251151a5cebcac8e14a6e48817ebab2b 1.02 MB 345 5
688,207 688,207 000000000000000000081948363eeab6fa00df0ea03b30ff276cb6013e8e30e6 1.23 MB 1,000 4
688,206 688,206 0000000000000000000969c259d2bfb4773b1dca630cdefc120969129cfd59ee 1.44 MB 2,780 32
688,205 688,205 00000000000000000001ad292f87434d463d20c3a9fc2931cacba80cfd20a7df 1.48 MB 2,930 14
688,204 688,204 0000000000000000000745eff59acb0e4e8a220253f25dc919f88a229dda9844 1.43 MB 2,759 40
688,203 688,203 0000000000000000000db739081642e28d1bad2e927b72004c45c55087dbc86a 1.42 MB 2,050 11
688,202 688,202 0000000000000000000630f38c606ee66c1fdea5602c23d7954b6277ec4c7c68 1.35 MB 2,584 28
688,201 688,201 00000000000000000006b7ef72f2db169ba7354465ad26f83f3264d03b8aec7f 1.09 MB 514 26
688,200 688,200 000000000000000000044eca8601a729742c60239c68bca6a4afc4543dbca1ce 1.42 MB 2,618 43
Previous 10 blocks ↓
Total Size: 776.25 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,413.92 GB sent, 129.90 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.