Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,507 transactions (1.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,491 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,060 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (205,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,257 706,257 0000000000000000000a7a57158c82d8e376633b1595e56276e5b4b832dc82a1 0.39 MB 526 10
706,256 706,256 0000000000000000000243776e5baf494fdc1b8052bab662307f4389ea81913c 0.16 MB 194 9
706,255 706,255 0000000000000000000782b216de856c947555b27ede5d4b9650d627c325b79b 1.23 MB 1,016 6
706,254 706,254 000000000000000000030eba058fbc4c9cd7a1df0b347e430359a66797c3d7d1 1.37 MB 672 7
706,253 706,253 000000000000000000087a28d22564efa09b3092b0912dce33c7acc28d774fe4 1.06 MB 236 4
706,252 706,252 000000000000000000074ddbbbc4acb9e88b1dc094e8287177f1e8e7264ef195 1.39 MB 1,008 13
706,251 706,251 000000000000000000045a8b8a85cc7813fdefbd38d9e1cc9dd5e6542df53dcd 0.17 MB 281 16
706,250 706,250 0000000000000000000d397ec9bd63dffc8f90241550e2e7ca7953aeb20eb154 0.61 MB 933 11
706,249 706,249 00000000000000000008c3fcfabf5e7f40502ebf4860f253d87ecf2becac9c35 0.65 MB 982 11
706,248 706,248 000000000000000000010b537604a6df289fa3b449cd1e5d944ecbe926cbb458 0.35 MB 634 11
706,247 706,247 0000000000000000000849a827db17cd31e7368594e16896824e3791fb204831 0.61 MB 830 14
706,246 706,246 00000000000000000008a5c8d054ba30a080f610fcdd09c49d04f3a0ea1439fa 0.38 MB 402 9
706,245 706,245 00000000000000000002f8ed7e3d9978b8f96d34eab93b32c8e8ce76c145b546 0.91 MB 1,027 6
706,244 706,244 0000000000000000000404bd694e8474a4713f11a600c3a04c0585902ff89a04 1.46 MB 1,560 13
706,243 706,243 0000000000000000000be24d272a4401a31be0581b82f85703a685d093f77ff9 1.72 MB 1,221 11
706,242 706,242 0000000000000000000ae32c8aff9b9ad430cc9c6ad25740a962c076d66513bf 1.19 MB 1,347 12
706,241 706,241 0000000000000000000888f476579604123959061c12529ae8d1fd2c480fcb41 0.61 MB 604 10
706,240 706,240 000000000000000000036c4566c3c09a8c57736b57d5b49b06184fc89f334b4d 0.88 MB 1,094 10
706,239 706,239 0000000000000000000c50543118fd0d2e984d82beb029d74545fd7b4898dbca 0.46 MB 789 12
706,238 706,238 000000000000000000032e019d7194760fde745e959bf6e3a754d774ad0ed316 0.19 MB 439 8
706,237 706,237 0000000000000000000868403fca0a7d39211977223d566b7b82ede341f71707 1.46 MB 2,971 12
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.44 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.