Memory Pool Memory Pool Refreshing

6,431 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,025 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (881,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,261 27,261 000000002c792884853b651464c3bb43dfa298977417232911784eb84f321da3 0.00 MB 1 0
27,260 27,260 00000000c1eab2639cdf49c93125d54edeb8972c0090a96a061ee711f776dc6e 0.00 MB 1 0
27,259 27,259 000000004b921e953af983c710916aabc02e11260027ae93fe3983c07e726a83 0.00 MB 1 0
27,258 27,258 000000006167158e7fae84e7d19eb4b2e45326eb1f44dc6cf779ca0fc801fc29 0.00 MB 1 0
27,257 27,257 00000000df40170a619ba950a106a3440ea781a78608e3f0ad5f4b92fcc79855 0.00 MB 1 0
27,256 27,256 0000000093df9cfc0c22c773b54562b56b20d56a6ad36718f5ffbda367348907 0.00 MB 1 0
27,255 27,255 00000000b628e46a06a7864f19481a0cb766f0c132f88df6035cee69a543d3d7 0.00 MB 1 0
27,254 27,254 00000000679a5ee8ba20a27c95c8e56320ff40b753e9b30bd14aa31d37db1efe 0.00 MB 1 0
27,253 27,253 00000000a7ff3611c8e03f8b557e62e67c7a9a7d8a47045a985753cb206a35c6 0.00 MB 1 0
27,252 27,252 00000000066e21aa2b75621ac41265a28424db215d808371695b4d76404ca2df 0.00 MB 1 0
27,251 27,251 00000000ff2315cc606435614304bd11fccda29dbb358e39a864a0a00cb1c767 0.00 MB 1 0
27,250 27,250 00000000d0dc3ea21d90eba6633cc5ddf6f3604ea12386ec6dcdf005321f8751 0.00 MB 1 0
27,249 27,249 0000000034d3a7c50257a5dc00da3e5a3c07b89fb372177f238e5848e09eb00b 0.00 MB 1 0
27,248 27,248 0000000087a653331314b04d706009113a953fb4748588fc8f172127f1304724 0.00 MB 1 0
27,247 27,247 00000000ee2e3f9c4b8d0bd203e9659dbceef0f7a23ff9732d69fd58142e016d 0.00 MB 1 0
27,246 27,246 00000000cdbeb71fbb95f3a14b579a86abc9dc5563280e23fd85d4d66e9b962a 0.00 MB 1 0
27,245 27,245 00000000007b5ed4767dd94d436ab4c98424a253e1bac7e3980af482721ee9ef 0.00 MB 1 0
27,244 27,244 00000000e2f20ff80c9b782b79ff15e67e5b3748664f812cf4d939b84d3c78eb 0.00 MB 1 0
27,243 27,243 000000000350169ac233f35bd47009a02b06dce83af3c2aa08c2b87485fbfa2b 0.00 MB 1 0
27,242 27,242 00000000630b334f8aefaeb2795ee0af3d0fe725d4affe27a29afb7db7ce462f 0.00 MB 1 0
27,241 27,241 0000000027a275b70ce89d92ca1a283ed04e758096418afd2e2a6e3e7c9546ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.90 GB sent, 100.90 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.