Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,824 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,651 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,650 (887,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,028 22,028 0000000090eb7cbcd49b28cac63fb609e04536a5577af9646bbef4240987e95c 0.00 MB 1 0
22,027 22,027 00000000161e345ab36d5b334328a9506efab0e2a8e433b23bbe7ea36e845121 0.00 MB 1 0
22,026 22,026 00000000e8ce0aaa295f56b564bb4c16c267558f3b7eccba3f0929ce1df57330 0.00 MB 1 0
22,025 22,025 00000000ebbcd89f45dc68cc2d48a32c5e95141c3994a4b4bab064c2b9d1e697 0.00 MB 1 0
22,024 22,024 00000000df9c1b7ca6fd6bfd9815a4669f4186bee1505d326dce44b74f852c3a 0.00 MB 1 0
22,023 22,023 00000000bc3a1e2fe99673d2b4c126a9f6bbd6b691c5b02be3e3ac8d13007267 0.00 MB 1 0
22,022 22,022 0000000050ba039394f3ecb962d006b4da74e1c83411d617a0f3f50d16e9e0a7 0.00 MB 1 0
22,021 22,021 000000007594613e157c92d2218275c6a5e1dd31fb043c6514dce247d79dcfb1 0.00 MB 1 0
22,020 22,020 000000007df4117a5760f6828bb5925130f19ceca7ac22aafe5f8568a4ceba77 0.00 MB 1 0
22,019 22,019 00000000ae348b6c7293f03658e1a9b2044267b80bc0769e9e89f54a8a5a1d50 0.00 MB 1 0
22,018 22,018 00000000001b3783ab66c48133632b90a9afea63354dbca73b6cb660d57b6194 0.00 MB 1 0
22,017 22,017 00000000c06b5dc93da5d7a66f996a5cf5e3043a8a42af09ad68f909b1d97e99 0.00 MB 1 0
22,016 22,016 00000000a5c3d9b12e95fe76e1a83f236ea36f68e73d750cd59c31f54ba5888e 0.00 MB 1 0
22,015 22,015 000000002a0e0ef0523ca4732376b70c4c9824a03b39d9256da1cc58a928173d 0.00 MB 1 0
22,014 22,014 000000006da66a13759e732535602402b8d3da679712523b3610b9f38e4f3d9b 0.00 MB 1 0
22,013 22,013 000000002514b8619ad6337fa0471268a014294f210dc166cabfd49ac46a3848 0.00 MB 1 0
22,012 22,012 000000006fda332827a73c7e2ec6aa42bc19d44b086cb71c455bf82f46df2629 0.00 MB 1 0
22,011 22,011 00000000239b87518a592151fbd21f7bace7ec99e016d22148f90e7c7a78f800 0.00 MB 1 0
22,010 22,010 00000000d034c68e2989a16753472c893b4ea0986e6fb562a2140f6a36b974fb 0.00 MB 1 0
22,009 22,009 000000003760327b227ca9f755265b6bc0dd134c4d08f84c16c21b0d59fd624d 0.00 MB 1 0
22,008 22,008 000000004f40c7596ff496c627ff8f6a89770a552fc75f3b32bb18a310b49dba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,126.00 GB sent, 112.13 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.