Memory Pool Memory Pool Refreshing

4,259 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,660 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (191,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,663 716,663 000000000000000000027c1715e1411265fab7ab6ca429ededd21f758439cf30 0.63 MB 1,205 12
716,662 716,662 000000000000000000047b9f7ddbc156681bd8046a5e5bcd97dcce4396ee6a74 0.16 MB 350 12
716,661 716,661 0000000000000000000b67e523f6b8cd614d1246c7b7ae5dd576b8b2b15ff73c 0.01 MB 48 7
716,660 716,660 00000000000000000001a18dcd7190b0e7746bd0e2749300fb941b451a9450a0 0.42 MB 679 11
716,659 716,659 0000000000000000000729d0879d8777be952a098894bf5b6dd2c4662e11de30 0.01 MB 12 13
716,658 716,658 000000000000000000019b512dcba7f594aef13840945f69dc57c814263135c6 0.03 MB 43 15
716,657 716,657 00000000000000000006837ca00398417d54449124b2b9fbe2e8af726f577def 0.17 MB 323 9
716,656 716,656 00000000000000000002081444dc789e528ada7a8a25af75e2e7d270db8e6eae 0.14 MB 220 8
716,655 716,655 000000000000000000038298cd420bc3cd057bc44abc7fd5c2f8ebcc0f815560 0.04 MB 95 7
716,654 716,654 000000000000000000019be838e1fcca08a5d214195314701a944c2b2cf254c0 0.12 MB 106 7
716,653 716,653 000000000000000000093acd815e0542a8121e4451d7c290b5fcf29f8260aa5a 0.74 MB 705 8
716,652 716,652 0000000000000000000b16e12f964600505c69043f87db93985af1ce96c1dab6 0.10 MB 38 6
716,651 716,651 00000000000000000005c3428ecd3952aab127f8d207c0118785d67907f13659 0.27 MB 269 6
716,650 716,650 000000000000000000057f22e738303a91ed2fda4bdfb0f5d7347b2af4105bbb 0.00 MB 4 3
716,649 716,649 00000000000000000005d957b5b86457b2c96c98823dc7c4d6c854ea6bc04534 0.73 MB 981 10
716,648 716,648 000000000000000000081c48486a15bc6893bd62f35c633b5c069af2c0e14309 1.11 MB 2,034 11
716,647 716,647 000000000000000000000f9f1ee2ff33b7affd32f8ba156f4a240050e1cc45eb 1.26 MB 1,672 5
716,646 716,646 00000000000000000001e3f7046ef8dad721b8930b6b1145d13697ed4d547675 1.56 MB 2,450 14
716,645 716,645 00000000000000000007776f56b1417865125a9c38f81b11a4223474653995cc 1.31 MB 1,723 15
716,644 716,644 0000000000000000000a181409c5624d6652e94ffe3178dce38f35dc05e4ae61 0.83 MB 906 10
716,643 716,643 0000000000000000000a7f4d01b347106c06741430040d017feefce3cf119563 0.78 MB 943 9
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.