Loading Tool

Explorer IconExplorer

Memory Pool

498 transactions (0.16 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.90/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,404 000000000000000000022b910000000000000000000000000000000000000000 498 0.00410062 BTC 0.16 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,403 (819,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,710 92,710 000000000002df1ff801c1a932134e7d80d87cf9475d13d6e549eb3864c307f0 0.00 MB 1 0
92,709 92,709 00000000000d52fe3ad3c4c0f8b701a848d541afb3aa0be1a5a1add4da6d4a1f 0.00 MB 2 0
92,708 92,708 0000000000089c1fac6d52651835927f4d7638328494ecec20dccfaffc01606f 0.00 MB 2 0
92,707 92,707 00000000000303e001b23d4479de8d0434b6596f8f481fc6856fffccab5926cf 0.00 MB 1 0
92,706 92,706 00000000000a53163e96585372be05fa6d3e5694a35985321f025ae404e25af0 0.00 MB 1 0
92,705 92,705 0000000000094e45b071e9606d5f571ebf38c8ea0f3ea3e4965169eaffe4315e 0.00 MB 2 0
92,704 92,704 00000000000775bad9b36f2181db3b46a1b9f2b9b390c2f5f553a8f696c32492 0.00 MB 1 0
92,703 92,703 00000000000cf8594df05c03e1ccd16bfb695353d754d8ae2784e70e34398151 0.00 MB 1 0
92,702 92,702 00000000000875a903fe9bf05b31032fd9efbca360c15445c7bd8d6f4ba2a461 0.00 MB 2 0
92,701 92,701 000000000005bfc401fc8f6208a67ba6bce7468b0a0093d912d8ace1e8a78fca 0.00 MB 2 0
92,700 92,700 00000000000132cb13076fe45f38dfe1ad781e978746bb97d3281642d51777ac 0.00 MB 1 0
92,699 92,699 000000000003cde58130f36fdb43b1c540f35a148e475279b218262cf0fd711c 0.00 MB 1 0
92,698 92,698 000000000003bac8d525f9cd75aaff60b5ae3af03b080242af2f74058d988072 0.00 MB 2 0
92,697 92,697 000000000006956a5abe3cdb7445128bd971d580856e633f3c8d6b7458dc0f17 0.00 MB 1 0
92,696 92,696 000000000003d5972799e3fec8ae5fb5d449e559cb1539638657a58d35b2ed70 0.00 MB 1 0
92,695 92,695 000000000002b941f00dad30a5f08ab5a6baf36cadb1d1003821a64d19bd0154 0.00 MB 2 0
92,694 92,694 00000000000abbda867b129a1b1d828344f2b95cd5d3145238e384889611defb 0.00 MB 1 0
92,693 92,693 0000000000025f5f36592df8fe170fe5c69cfe7ba387202eb1cd63d8afadd481 0.00 MB 1 0
92,692 92,692 000000000007217fa7ae464f2114fd51a5d15697eca1d9b1c754a0854b8ae3fc 0.00 MB 1 0
92,691 92,691 0000000000050307b131d0156befb4d395454413ecfdd859572f5506a3535823 0.00 MB 1 0
92,690 92,690 00000000000e4f8714fae4b73e05fc242052d5cf98e6e64856bc2cf551f6af30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,550.14 GB
    • Received: 137.30 GB
  • Uptime:

Notes

  • 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.