Memory Pool Memory Pool Refreshing

25,759 transactions (9.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,404 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (844,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,889 64,889 0000000007ad5cf1878cb2b6ad95471f10e5434a392de34f70402af4754f4844 0.00 MB 3 0
64,888 64,888 0000000003070bab1bfc5ba68c373ea2450f686ad6091605fdff2599a0d2b11e 0.00 MB 1 0
64,887 64,887 0000000006dfb54008112bd667b435fa652f7bf7660340f065efdb769de2e941 0.00 MB 1 0
64,886 64,886 0000000000161f554a8b7db6e7b9db472021f1caea9aba1379d322c1cdc73c3e 0.00 MB 1 0
64,885 64,885 000000000500b1db8cfae8b88d2923446ce5d6ff671dfd0e025bea3ba499558b 0.00 MB 1 0
64,884 64,884 0000000009c951870318c220e6c271909f2054c5978ba089a7158fb735ab434d 0.00 MB 1 0
64,883 64,883 000000000395967156707cd03e5cf35bbcf7f99adc4523f3aa253f82e4ca355c 0.00 MB 1 0
64,882 64,882 00000000014d124e0f4d32eb2780aa618327aa0754389f0d15aa7e0feb476b93 0.00 MB 1 0
64,881 64,881 00000000017ee35ac5fe4867507b51cfbba5db41c6e9d5f183fdd913fe7bf411 0.00 MB 1 0
64,880 64,880 000000000a6322012531237ac2ee83c7867acd03f2d7bac13252e909f6503691 0.00 MB 1 0
64,879 64,879 00000000058dc2b05824d517360b43fdab833442d2304360aff46e2f9d8588b2 0.00 MB 1 0
64,878 64,878 00000000002c826a903ab3f0e879a48d496bc44c41bca3adc6a11db70a32de93 0.00 MB 1 0
64,877 64,877 0000000000e001fc521e4b156c1bf7966b297f76f15d7258caee348526d926c8 0.00 MB 1 0
64,876 64,876 0000000003667e3fe3c9eb44f8f466a89b3cbcb35ca57fb72490366c7002311d 0.00 MB 2 0
64,875 64,875 000000000438f76e035f4511aca9120fe53b6a395c13cf82de78c65f181189da 0.00 MB 1 0
64,874 64,874 000000000841ce667f99cd96299a4e528361f3f370f99484f9dfdb8c5c357adc 0.00 MB 1 0
64,873 64,873 00000000064acc1f249a28657a055c0ba2139d9dd84a0494317f3f03698a96b1 0.00 MB 1 0
64,872 64,872 0000000001b7c977c4d906d19fb0ea90ad9953af3e0738a31ac5d193a1113668 0.00 MB 1 0
64,871 64,871 000000000a92310c99e0fe695db76a2eefa4503062ef49d323314c8911398d15 0.00 MB 1 0
64,870 64,870 00000000087300e95bd7511f6135f69070d9e1afe73312f52795178ad2e43971 0.00 MB 1 0
64,869 64,869 000000000006040f4b6f6e9d232f7d18dd6b6f38af00e00bf6b1738e52499689 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.38 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: 1,863.90 GB sent, 104.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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