Memory Pool Memory Pool Refreshing

6,623 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,009 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (792,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,407 115,407 0000000000008b810229805d70baefa81fe523bdfa3c1a735a7b749da4f56f0f 0.01 MB 8 87
115,406 115,406 000000000000713bdaad478441b25aa21b0295aefb9c8df5786ab3669d7c99c8 0.00 MB 11 0
115,405 115,405 000000000000a3dcaf73a3d2317179c503a1531174557c0ff38d4c23dfe2e3ce 0.00 MB 11 0
115,404 115,404 000000000000ef3b5224ff75eb7deaaeedf4a7d841e2c225e58ffdcdc8c4444c 0.00 MB 10 672
115,403 115,403 0000000000007a61850ee027b171817074f6d523449826ce4e21ea8bf728d2e6 0.00 MB 12 0
115,402 115,402 000000000000e62af595d0ddb9ce0df8a68dd1451d78d5420034247a5973f8c9 0.00 MB 9 0
115,401 115,401 00000000000037b268a9dfcc2a6f1e8e5b00b6339285c4dfeba28db0dcc68206 0.00 MB 10 0
115,400 115,400 00000000000058b47d2d8fd306883a1f5ae16b6205276acd26e64a3ee273fa6c 0.00 MB 9 601
115,399 115,399 0000000000006f07bd6913654064c2b5a4ed1881d348cd028335abb39ec76929 0.00 MB 11 698
115,398 115,398 000000000000e9bb3547aa45c8af5c958e7494fdcb9994bd4958f27de478d15e 0.00 MB 2 5,208
115,397 115,397 0000000000000faf762e853aada4f9ac78bbf48c5189a062e347beb7b872e7f0 0.00 MB 11 723
115,396 115,396 0000000000008389b9d9e859c63dfe16bb1d6c7db933561479313fe0c7894199 0.00 MB 10 296
115,395 115,395 000000000000a86df625de8cd6b7d9418b5bf889547c5f900c1ff39a0033dbee 0.01 MB 27 624
115,394 115,394 0000000000004f3b383b0ef6052ef77429affb41f2335a5995a317747b8ba4a4 0.00 MB 4 0
115,393 115,393 000000000000cbc76677bd41928d01e7a54c7dd8c7650d3088b2fded4f8026ac 0.00 MB 8 627
115,392 115,392 0000000000005313820caa6172673efb0394329fc6aab352100d42e918d0e534 0.00 MB 3 3,179
115,391 115,391 0000000000004e2f06f2283e6c16888d5965627444d06457fd584ea0273475aa 0.00 MB 1 0
115,390 115,390 00000000000098aca91699094d1226080191c51685a8e1a790f5626c13293266 0.00 MB 9 0
115,389 115,389 000000000000eafbe4acc9ad6ff9c138c3c84f8e58c738a61ff3a84fa54be20a 0.01 MB 19 594
115,388 115,388 0000000000003b8b81ad0f06388644c122b54eed55611a4a9f351d8235d119fd 0.00 MB 8 0
115,387 115,387 000000000000e7874af389d1c6edd2a19a5532b6bfebc10a1d210b1a2b2f47b0 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.