Memory Pool Memory Pool Refreshing

986 transactions (0.29 vMB)
  • 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
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (833,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,360 75,360 000000000063ba467d2d8d8aed6fe43ae5c82afa708022bc1dbeecfe3669d959 0.00 MB 1 0
75,359 75,359 00000000004d940da32781fd1beeef776ab512cf24cac92b7c1c428ca7878b26 0.00 MB 1 0
75,358 75,358 00000000003c6c91c2c353e45833eb54681cd6ebc68d72241a851ea57d5b518e 0.00 MB 1 0
75,357 75,357 0000000000798c39c0f12ca0de25310f1055a074ab0f25322b0bbe4a94dc00b0 0.00 MB 1 0
75,356 75,356 00000000000357041eedde7a45e35c869e0f20d9cf9b186bd38635c180d509af 0.00 MB 1 0
75,355 75,355 000000000027cfcdc33b8305d726b21481456b083c5f51b72254f79428a29404 0.00 MB 1 0
75,354 75,354 00000000000d977723f3d7f3372ae2e4b85ec27bfc472dac89aa85f075c67964 0.00 MB 7 0
75,353 75,353 0000000000370abdcee9f6c171d0775a8bf926e8ccf889272581d759e73f0020 0.00 MB 2 0
75,352 75,352 00000000005941230652a1b93365d57c1b9161bc1ad1000ef4041de1573e46e3 0.00 MB 1 0
75,351 75,351 000000000021b8e9a3ae21a85fd2dec8dfc150cece24aff7f68c39333e5c5074 0.00 MB 1 0
75,350 75,350 0000000000213fbc6c186763281624744b05d674a5f4b24113ccc326a8b1910f 0.00 MB 1 0
75,349 75,349 0000000000089af2f7aea45a280e94ec6bec1fb1b5010eb6febacb56e09a59e6 0.00 MB 1 0
75,348 75,348 000000000040ff8f3d3bcc858665b21aefe42a971b45201501cc7c8de068eb6f 0.00 MB 1 0
75,347 75,347 0000000000540bf317b5e9347f8820bbab0e8645e8f6ffee6ffec7c6b3a9cef3 0.00 MB 3 0
75,346 75,346 000000000003965aad0154b6fa6c03051a69fe28b8996cb022b3c1b8de2654d0 0.00 MB 1 0
75,345 75,345 00000000003d5974a314f0efb0b122c05946f64caad1c4b1b9e94251100c66e5 0.00 MB 2 0
75,344 75,344 00000000003550ca178599a5f6d431800066839e13a1f05683ab439232be4274 0.00 MB 2 0
75,343 75,343 000000000019cac7d635fe6ed5abcc3eee1a7eaffd73c0f0708509c66b5f76f6 0.00 MB 3 0
75,342 75,342 000000000037e4e69b7702c1453e64bf96ac365d777e8b2258c495ebb0732420 0.00 MB 1 0
75,341 75,341 000000000038f25268e3cf7a9fb0a56c0d268854cec826de44c6b1248cafc122 0.00 MB 1 0
75,340 75,340 0000000000629a55c86d162379818de004919f0ceb56ff4598ec506d4017c334 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.28 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: 1,860.00 GB sent, 103.51 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.