Memory Pool Memory Pool Refreshing

6,128 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (397,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,278 510,278 0000000000000000003f680a363639ff568437920cf5b4d6a7414cb867da13f2 1.08 MB 2,081 12
510,277 510,277 0000000000000000002b339e66c9de9da9ba49bc2721df06a835e36462bf8cc6 1.07 MB 2,398 55
510,276 510,276 0000000000000000001ab8935bcc8474c962f25a333aab9f2cd50bb30173bf0f 0.98 MB 2,311 35
510,275 510,275 0000000000000000003ad9d8e5862b9449cb14e07674ef753f3d6593667a51ba 1.09 MB 2,789 13
510,274 510,274 00000000000000000044493a778766cf2b44fa3def36fee2e645476b186befb1 1.07 MB 1,296 104
510,273 510,273 0000000000000000005b188ead38d981ba900c695cbe3f73e2a763bed0d23a8a 1.02 MB 522 10
510,272 510,272 0000000000000000004b39a471370257d1325217ce4d32ade5acb98cd78b44f8 1.04 MB 1,153 14
510,271 510,271 0000000000000000005744aebdd017a6e44a78fac4b30d0ac1d1a45fdb2103e1 0.41 MB 852 49
510,270 510,270 0000000000000000004ff2d844e9ae4e954ed5d80b1fac27afa7f992383b0090 1.05 MB 1,788 33
510,269 510,269 00000000000000000017f462f079c34126fcaa4363f987fa60224650174541c6 1.00 MB 208 2
510,268 510,268 00000000000000000022a38dd4e6ffff0ef943950c19f5f1fd6f55ec4d186522 1.07 MB 1,795 42
510,267 510,267 000000000000000000119544412786f92a307257825c7f577de059734167de06 1.03 MB 1,029 23
510,266 510,266 0000000000000000004f7aeba4f2ea6027343e045e1b86120093d9cdd32ebe7e 1.01 MB 563 13
510,265 510,265 0000000000000000000de680e7648dd3ac52475c10a581e30363f95cc2e0c12e 1.07 MB 2,017 38
510,264 510,264 0000000000000000003588a17e503ccaab74025a8c35bcc2a639dab6e8662a97 1.01 MB 342 4
510,263 510,263 0000000000000000001d52f15686fb085c2eed74876b3bc8aeb9906b4aff08a4 1.01 MB 275 5
510,262 510,262 00000000000000000006e502155e10627b4c894b94e6ed122405f26ff7b82f95 1.07 MB 2,335 12
510,261 510,261 0000000000000000005c311662e7b03a11de27cc5c64e8445adae2e55d63ad32 1.09 MB 2,443 69
510,260 510,260 0000000000000000005a513de8b082f83c2f18909f12204a9a9ea618e798b510 1.08 MB 1,023 11
510,259 510,259 0000000000000000005d6c963964508faca7bd07ae7e8f4624f726b7be7c26bf 1.07 MB 2,537 52
510,258 510,258 0000000000000000004651b7a2ce9ff054afd484e4e1ca247b9a01e2a6c01000 1.13 MB 1,239 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.