Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

284 transactions (0.06 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,563 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,562 (843,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,205 67,205 00000000049809d7f317e90c0e803c8cffb465f060f5a74660ca6546689ac361 0.00 MB 1 0
67,204 67,204 000000000104e981bfc03afd686409889c5072abd4481695b7773858fccdd961 0.00 MB 2 0
67,203 67,203 0000000004343503690be298e64389c6a1d177d242409ae90d6597bed1394dde 0.00 MB 1 0
67,202 67,202 000000000492ec2bb4225dc5d300482ce3f6ae6524726bc81132fee7d6353224 0.00 MB 6 0
67,201 67,201 0000000001af102c05f77b05187ba4232cc10a96bcbc772807926672476dda58 0.00 MB 2 0
67,200 67,200 000000000489739b8d2455711b9c8db6b0c7c7d286b2067e433b3c47161f0185 0.00 MB 7 0
67,199 67,199 00000000022c5657d8ba0bdf7f83eec0ae92545cdeb7eaebd28106a7f0863a51 0.00 MB 4 0
67,198 67,198 0000000001b37545498188c2d20bba08ca3a9f5060ca448c9fb177df4080e5ec 0.00 MB 2 0
67,197 67,197 0000000001cd9835b9dd46d32ba98b49e75aff43451aebc44e9cf3cdb9239c11 0.00 MB 4 0
67,196 67,196 0000000002c525a8f5fc6acb9318fa59b8234f4a951962749e418f27b32ab0fe 0.00 MB 2 0
67,195 67,195 000000000202cc6a69e9c0eabb6869da9582dab3e9256b3d6955121901def9d1 0.00 MB 3 0
67,194 67,194 0000000004e0bad7e2e2eac1dbef8b98d804e14d61e9ecac869c7a1ca51a6ff2 0.00 MB 1 0
67,193 67,193 00000000026b8833c752db119c7006ec6d87665c765a689ea69e1f9571b08dd0 0.00 MB 2 0
67,192 67,192 00000000058eb16c4cb63c647aed4420c8d8f07ca89afc014dfbacb9ee0a57b0 0.00 MB 5 0
67,191 67,191 000000000454cfae021d307a804f573b676c4ba39f7cba08b37d142344b1a26c 0.00 MB 5 0
67,190 67,190 0000000003480f3dc0485ba9d97886033ddf85fe5b8250c946ebf53303b8f3f9 0.00 MB 1 0
67,189 67,189 00000000052713749e95240a2843594aa96683ee02232a1e30234ef2bd0328d7 0.00 MB 1 0
67,188 67,188 0000000003573f2f97e5ab9d3636681ed683b01d43dc0a60fad25d461503f157 0.00 MB 1 0
67,187 67,187 00000000023037c5af84b08942307115b5639fbaa2b9d0d751a4e7ac9f1b3130 0.00 MB 1 0
67,186 67,186 0000000003b9308c76f209aa39cc2825469a1d5cdf12d8d80742197ff589b545 0.00 MB 1 0
67,185 67,185 00000000021c2489b295eb2719ba86d57787be271771428e964b3c023226d735 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.56 GB sent, 120.63 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.