Memory Pool Memory Pool Refreshing

2,229 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,858 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,206 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (582,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,115 325,115 000000000000000019b4a4226d5577d57bd26b107620087b76b7fed580e786aa 0.50 MB 541 21
325,114 325,114 00000000000000000ebdc900a083478a64ec247a05fd043704ff55c5a484566b 0.90 MB 1,573 28
325,113 325,113 000000000000000001a477d0a595d54fd6d70cc7456818fc9a3c62b6cce1a41e 0.16 MB 512 44
325,112 325,112 0000000000000000190d6cde83b981cf4e1071c1ee9a29346570c1fcde6af9d7 0.02 MB 37 25
325,111 325,111 000000000000000019f8ef9792a78567a55a0e3c84a744e3e9e6cac7c7de5e31 0.07 MB 121 11
325,110 325,110 000000000000000008901c04da41051e055d22edad5f1b1ae7f0dc7ed06a4fe3 0.22 MB 399 33
325,109 325,109 00000000000000000fd5af58b518501dbbb2b4f9758d3a6c6117b92873a83169 0.30 MB 394 20
325,108 325,108 0000000000000000095f8528571c42a503aacddf01826e6fdcfd11a19e7d1987 0.75 MB 1,261 27
325,107 325,107 00000000000000000e20130d20d72e4812427858633a726a9cd926fdcf3405ec 0.21 MB 338 22
325,106 325,106 0000000000000000180e700fb2954eeea6cfc2a15770c4eb2cbdd1ec87cbdaab 0.29 MB 326 20
325,105 325,105 00000000000000001eaca67b6b1cf476cc30f1b133db498086cdf76097d719ea 0.27 MB 520 85
325,104 325,104 0000000000000000014b706c6dc65e2a919e469c854e9da87f4561b257fcb576 0.53 MB 739 23
325,103 325,103 000000000000000014141db582b3ed2f312891134c6e8d13e4922534c5c88c15 0.22 MB 403 33
325,102 325,102 000000000000000015421483f0c72812621fe0f4f7cecb752382ed9e3335216e 0.04 MB 102 32
325,101 325,101 000000000000000008b02b3778619a30336603ecce86396fbee0643950816e9f 0.20 MB 425 28
325,100 325,100 000000000000000007ba4846462d98744cf5409f3e9e80205265b408f40b18df 0.22 MB 432 30
325,099 325,099 0000000000000000054c94ab33a2347d1235524634a738398faaf1405d2f9ac6 0.02 MB 30 9
325,098 325,098 00000000000000001afb7ea6320473ef23bcfad7ba2c39f44c39d13ce48b026a 0.13 MB 224 27
325,097 325,097 00000000000000000b25ff85a515169cdb81f1a680f31ba4c551b54c3d0b77bd 0.30 MB 526 28
325,096 325,096 000000000000000010b78af778165b8a374fa0ad892d113da940f9a86dc1d3c9 0.10 MB 121 22
325,095 325,095 000000000000000005109d9b150ff76e09ec15d2909e66a3b3e42db53051184b 0.07 MB 102 21
Previous 10 blocks ↓
Total Size: 769.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,635.41 GB sent, 94.29 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.