Memory Pool Memory Pool Refreshing

9,820 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,862 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (584,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,626 323,626 00000000000000000027b594c2d2bb3daae0e843f41818be9d4ebb45d7b558cd 0.44 MB 1,005 33
323,625 323,625 000000000000000016b1451d6c2d3ce3a33d6a89971ac9c99c28c047aa0379fe 0.14 MB 273 21
323,624 323,624 000000000000000019ec1ee4b5ae3884cf88d1fd17c6b50472b38c57b0cb9198 0.23 MB 466 37
323,623 323,623 00000000000000001bb5ba584236ec711b739cc78c82fe0840b3dad1d73dcabf 0.30 MB 525 25
323,622 323,622 00000000000000001de475c1891c15b23e4e1ddecb2ff187306fb95154b446e7 0.38 MB 422 19
323,621 323,621 0000000000000000101d25a4416ed3f76d38b8d5b351c79ea1e14a5a14f8c7a6 0.30 MB 592 25
323,620 323,620 00000000000000001e409130b6f6389b88d8b41d3fa177c55473ca1c1f45b375 0.12 MB 201 18
323,619 323,619 000000000000000019bc7ca57017705cd621321c2b11025e307ce5ad384ba09d 0.50 MB 1,052 32
323,618 323,618 000000000000000013b71ddca6ffe6056327ccdb3d7546fcfe20832bf1e9d8c8 0.57 MB 1,103 29
323,617 323,617 00000000000000000a5f208c9ba863747f3f90eced2ef3712ce29779a4faf77d 0.62 MB 704 19
323,616 323,616 0000000000000000142e4b59d007796615d0c8f9947c99ec68f44367a8a14b6d 0.75 MB 455 14
323,615 323,615 00000000000000000315b562e13f84de05904a39888626ec262dcc691263e958 0.35 MB 1,065 43
323,614 323,614 00000000000000000fb20964d82a095cc0b081c160d99551a69ae0f0b0654636 0.75 MB 1,378 25
323,613 323,613 0000000000000000052749da19675e864519b3d2811ce98d5b16ecc90800fa58 0.16 MB 512 52
323,612 323,612 000000000000000007a3f29053703e6a89a18fba54b9e800abddb45d8341d13a 0.93 MB 1,366 23
323,611 323,611 00000000000000001a5022b355a339ab6d98d1328824d7b531aac5c87362bdc1 0.75 MB 1,517 28
323,610 323,610 0000000000000000167cc0a34d57025556192ba8d315c6376325b16a80aad78f 0.75 MB 1,949 35
323,609 323,609 00000000000000000f018937c01cf1583839e9fbab836cfc526859133bcfea00 0.33 MB 508 31
323,608 323,608 000000000000000008de16d2df13c57c70889f32c57b6db602174d1ce4c7dfdf 0.11 MB 264 30
323,607 323,607 00000000000000000ceb21ff9161a2805befd24fef054d708288adecdddce18b 0.13 MB 320 38
323,606 323,606 00000000000000000ec36112e882eb62da6a6680ff2a9002f1b245360aae0cfe 0.05 MB 110 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.31 GB sent, 93.03 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.