Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,540 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,575 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (887,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,731 22,731 000000007e2e44373c32bb2c104597ceab43dacc7cf65289a608a802f96fb2b5 0.00 MB 1 0
22,730 22,730 0000000099a66104958b2e54751f53d3a0f0a3da66c294ddf6f9d0462173d98e 0.00 MB 1 0
22,729 22,729 0000000049b6343a7a0bc05f5bc3c6aa3abfb2fc00422962c1095ca2d07452d6 0.00 MB 1 0
22,728 22,728 0000000004459566c308929f736c77dfc49bb1d888d7dfb7446a4d5648848ec7 0.00 MB 1 0
22,727 22,727 000000008aa5aed823af086246acbe405490de22086f3e89c4c47afcef01e521 0.00 MB 1 0
22,726 22,726 000000006036e0484a8a4e8b480a51b397da68b69f82bb8afd9067a63f84192b 0.00 MB 1 0
22,725 22,725 00000000522fb639fe0daaa3546518d1ac0599907eb5375b0205d6c9601b733d 0.00 MB 1 0
22,724 22,724 00000000a3c92a227464c6e5919e9108f69fb0da71780fbaaf7af2bedd43926c 0.00 MB 1 0
22,723 22,723 00000000e82511c43beba0773ffabf5a5cba013d1c5f418fc864f253b5910626 0.00 MB 1 0
22,722 22,722 0000000049d5494ad267aabb32294506df2d13b3612f707b8ed54b5342093110 0.00 MB 1 0
22,721 22,721 000000002510f69ba31b145e4bea0cb7186c4e719cf641c1db72a50682a1e5d3 0.00 MB 1 0
22,720 22,720 0000000080a36d083f8e16cc9fb4f4484af212786eb018fdc76f8a2695400409 0.00 MB 1 0
22,719 22,719 00000000c7948eb4ec8ad457bf1c9d2f762fddce844975cf0912cd39b61bfc9a 0.00 MB 1 0
22,718 22,718 000000005521a850614f98daa9f7423a08893e90ef0303393e7cbf180b4bf0ee 0.00 MB 1 0
22,717 22,717 00000000a8ffe863b2a262c74baa8837d13445238a8368277c9fccc112109da5 0.00 MB 1 0
22,716 22,716 0000000067ef26f681cfbaa5c1f4325798746434131947650dda0712f3fe8712 0.00 MB 1 0
22,715 22,715 00000000effc1d29eee5808036c90fb6046ace2c78ed8632e9107c1a12c147f0 0.00 MB 1 0
22,714 22,714 000000004097a27efbf47d5fe76b1b65c14b09db5aece419eeb62de368c16c95 0.00 MB 1 0
22,713 22,713 0000000033c8b5df72a060c200e128b45f3ec84541b158e5de4292ead4982f45 0.00 MB 1 0
22,712 22,712 000000004560b559806e1b5bff5edb3d5de9438cb000e7a44d2b8e07a910bc53 0.00 MB 1 0
22,711 22,711 000000001ce7947a2f7b6863dcabc372e50c00d981cbf2de386a6369585b3d11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.05 GB sent, 120.76 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.