Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,833 transactions (4.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,089 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (822,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,494 87,494 0000000000079bdbff31b03ea81a68f7284879c2acab1447f9f3a4101062cb2c 0.00 MB 4 0
87,493 87,493 00000000000cc3b724f86214918de78c9c839c784cd095968e18faabb21fe95f 0.00 MB 1 0
87,492 87,492 000000000010dfd76112bd93c3252a813c7a5b6a5724fe45bf4b5fdaa3f72317 0.00 MB 1 0
87,491 87,491 00000000001074b4b710ba7ff051bcdac7e02ffe4969df61199801e9d67c65f7 0.00 MB 2 0
87,490 87,490 000000000006a45fe4ab3e06ed1c021e1c76e35aa373d792a73ce71947f5afcf 0.00 MB 2 0
87,489 87,489 00000000000e7e5dd1a68d5e36f26a9e6754631c6efe4e6ba935626c7029dcff 0.00 MB 3 0
87,488 87,488 000000000003f8e85d50f1512edc19cecd59f4eebd7a30d615b56f3935f15e67 0.00 MB 1 0
87,487 87,487 00000000000a7826235191abdde480e6759bbca3fe15f66cae41cd987af865c7 0.00 MB 1 0
87,486 87,486 0000000000025a0b0eec5e4fe8df55a6042e61e2fb92f32a2ce7c5606210d68e 0.00 MB 1 0
87,485 87,485 000000000011d7e31730ea7ae37c1bd4a0a4a23db1cf45471fa2ee5e0ac63aa1 0.00 MB 4 0
87,484 87,484 0000000000059cd288a9d36362f0e0398308eb48fd5512248530be6cb2954a0a 0.00 MB 2 0
87,483 87,483 000000000013c2f432896e61274a2721471ce76b721d21c24d9b14670e07299c 0.00 MB 1 0
87,482 87,482 0000000000150f53dffde436c738440a02e18d6d1cf2d94cc0b6d1890a6342e3 0.00 MB 2 0
87,481 87,481 000000000013ab2a233a619d91799d9d521a296ed52530216f42bf9e0b8fc123 0.00 MB 1 0
87,480 87,480 00000000000e20a06c7ade2c47c8b4b35db4d516eee236bcd425a2a8c1987f8f 0.00 MB 2 0
87,479 87,479 0000000000128b623e788b37971477cc4f1f5bff457a56fc5c4f2dfbe4b1b447 0.00 MB 3 0
87,478 87,478 00000000000a3215949ac00b1ded8ab2a31dafeac97abe8ac9a015d8a5d2eb6c 0.00 MB 1 0
87,477 87,477 00000000001cb27bd17d075b2473c788f46419b227185162a8ef598feb5bf2d9 0.00 MB 1 0
87,476 87,476 000000000002e9611bcd986fc503b0d5a04afb340836acdc5f59e87647a67f46 0.00 MB 2 0
87,475 87,475 00000000001ab3d65bb121876e9e418e9e35325ce73133c05dc237dbeef24e98 0.00 MB 1 0
87,474 87,474 00000000001d8b358745af3940348227d0f1770acc91dea1bb89f36d127867c6 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 772.84 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,153.42 GB sent, 112.56 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.