Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

67 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,514 000000000000000000022cb30000000000000000000000000000000000000000 0.02 vMB 58 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,513 (32 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,481 910,481 000000000000000000002efdcbedd0bd88933382750b27c3ef7b8f961ba33c2a 1.63 MB 3,817 3
910,480 910,480 00000000000000000001a8d46a092dfb1409c0dbded6aad545d347cfc9921bb2 1.55 MB 4,394 4
910,479 910,479 000000000000000000004c63da5e500f93337d686ad3f8832bae4fce4289aa92 1.63 MB 3,900 1
910,478 910,478 000000000000000000015639657dc02bc9b108804dfa0f1abb41ad94b45d4159 1.63 MB 6,062 0
910,477 910,477 00000000000000000001e399fa1baa030632de290716b249189836b2bb1e2703 1.65 MB 4,649 1
910,476 910,476 000000000000000000014643ab8f083fd45cc4bedc1221148412b1e61ff487f8 1.78 MB 3,909 1
910,475 910,475 00000000000000000001151ba3d0dc0c3ae611c2c5e9ace8b777ed31995ab80d 1.60 MB 2,835 2
910,474 910,474 000000000000000000015fcd9080fa343e993e1260291f6c40f464d2523f0f93 0.00 MB 1 0
910,473 910,473 000000000000000000002361480418ed1357ce6f457793da1d4548056f208b84 1.71 MB 3,042 2
910,472 910,472 000000000000000000007cc8d0338804759038e81ee6dbb0b1792cc5eeb6f16a 1.53 MB 3,810 3
910,471 910,471 00000000000000000000cae395bac04693c3f89381db17df4bd8ae2088fec1d1 1.71 MB 3,764 2
910,470 910,470 000000000000000000013e116cd47ef4b8d839a141e470abfb6e597b54f60661 1.54 MB 2,719 1
910,469 910,469 00000000000000000001c7843f33fcfa22c6b0c747259ae133ab7a8c7464a931 1.57 MB 3,716 4
910,468 910,468 000000000000000000006cc32fe825de02773e32cc2bafecbeef6315b9eea323 0.26 MB 757 3
910,467 910,467 000000000000000000008cf17dce5827316090ee13f48181e2849f341ff6e31c 1.79 MB 4,720 0
910,466 910,466 000000000000000000015292f40ce50864ec90be1d54fc61171a4c8fce2c59a5 0.32 MB 877 2
910,465 910,465 000000000000000000019eacf63aba1544f1745485785ae5c49ad5f8e3669671 1.43 MB 2,825 3
910,464 910,464 00000000000000000000cf2b2414bba6612fe2fc342cb58ba42da8f6118961c9 1.65 MB 3,774 1
910,463 910,463 0000000000000000000045be1c903f56ac2acce7d4de8608e2c43a9aa16b297a 1.89 MB 4,313 0
910,462 910,462 00000000000000000000a89ba50b1af9f28da12216de51c95cc7d02053671834 2.30 MB 2,153 2
910,461 910,461 000000000000000000007ac7017ddf31f4b1d42d171d15eec02be8676d56ab43 1.94 MB 4,247 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.66 GB sent, 120.25 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.