Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

939 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,441 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 894 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,440 (825,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,852 85,852 00000000002d12453846434fa77a81d9df6ede819eb8b888fede0b982383d5cd 0.00 MB 1 0
85,851 85,851 00000000000ccf3ca5ae9954820641d549189d4aa08d4fc9fb6151a15216187b 0.00 MB 1 0
85,850 85,850 00000000001d315f607bbf6d856c4bf8987ca50afb9f6cf96f06076b034681b4 0.00 MB 1 0
85,849 85,849 00000000002be8d98539167e266039fee7004d0fe16658f5036b241195b95e93 0.00 MB 1 0
85,848 85,848 00000000001dee0c833ea7d08601b7205560daaea9ba8e303206d0f9d5e91e2d 0.00 MB 1 0
85,847 85,847 000000000016f3bc04b735560a44f68a19ad02c4963336572bdee83411cb8166 0.00 MB 1 0
85,846 85,846 00000000000c15cd1b44c47d20b85b73208eb6c9c567909978c5ebead3d0f349 0.00 MB 1 0
85,845 85,845 00000000001f3a45e5226d8dc60cabf9780cfdda1fb5a95fd66abe4c30bc7ef7 0.00 MB 1 0
85,844 85,844 000000000013f9b78fb7bd2ccc97400348df43db5ad0054c319d3cf7819b4c8c 0.00 MB 1 0
85,843 85,843 000000000006d842ac604b970e6952f6470cb36d7d559e044e4efa06c2fa1298 0.00 MB 1 0
85,842 85,842 000000000023d2e88571f167ab48fb2d5ac762989edfbd4fe86da33392dda9e7 0.00 MB 2 0
85,841 85,841 0000000000066bab7fc18ef391e319615230b2115d301accafb06a53ed404626 0.00 MB 1 0
85,840 85,840 00000000001f711cb2d5deba31a7f6c58358fef1fdf4518aee014643f976a57f 0.00 MB 2 0
85,839 85,839 0000000000228bab5fc314146533cf17596f200c91dc7b14a86aba3896210a2e 0.00 MB 1 0
85,838 85,838 00000000001ef5cd93f69c86f6c7afe05c9fcad34d12dbdcaac9190436b7bfab 0.00 MB 1 0
85,837 85,837 00000000000e999ebf9f1c003f604ea16fe14a75b438fdb9caeb4f2deb1377d5 0.00 MB 2 0
85,836 85,836 000000000012280cf1cd09be6930e649d9cba141e44f2fe077d5449f24ae8fdd 0.00 MB 1 0
85,835 85,835 00000000002671525ffeee58548ede20b5967e570d1836c4a6a82dd39b29e8a1 0.00 MB 4 0
85,834 85,834 000000000004f99cfdb8ee32e5f8d76f1f6e474572e6763df2cc41ac8fe81259 0.00 MB 1 0
85,833 85,833 00000000000254fe05fdf2391d37bc50a51883862c5d408c3e5e213c3297a620 0.00 MB 1 0
85,832 85,832 00000000000f432a697c2bf6565c95e0db50ff2c7e6690afd6f3e78c786c4d1c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.06 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,407.06 GB sent, 129.04 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.