Memory Pool Memory Pool Refreshing

7,577 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (899,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,860 8,860 0000000057a7e9fdd3568d83a3055f74d3f38934c5da5acb7924a495223915ad 0.00 MB 1 0
8,859 8,859 000000001ba3e0220bbdd8e7e5ad80e28db57c2ccd798346aac2a0114c8207cb 0.00 MB 1 0
8,858 8,858 00000000cd66bd84669273514028f8c9eb023995cab7459de85f3e252fa45332 0.00 MB 1 0
8,857 8,857 000000009170777e5c4bca070011b170128efb51a85367238c42dc78906d2323 0.00 MB 1 0
8,856 8,856 000000002a78858548881c706490263d3f4617df7dbdd39502c19b7c582a6597 0.00 MB 1 0
8,855 8,855 00000000ed919f563c4b59e27f259cd5a182d2d6900ce8d7857c13ce376ba03b 0.00 MB 1 0
8,854 8,854 00000000898a59183886bb5cf95be8216046c6e66579fb9acbbaa7c1918cc269 0.00 MB 1 0
8,853 8,853 00000000c6d6af57f7f6934b27f90bb8d1211e66b78e7c6dd7b572afed7dbc40 0.00 MB 1 0
8,852 8,852 000000001a1bfbfab9b684c23501319175661d4a403e0b76dedf5b051a6713e9 0.00 MB 1 0
8,851 8,851 00000000f8e67ddf74edec45187d3fe67ba61a0d825ab61495d6a6b5533819f7 0.00 MB 1 0
8,850 8,850 000000002bcdd927667a8a705239465c576bb36a0536e89065f590d4b8fd5805 0.00 MB 1 0
8,849 8,849 00000000687ca9214565a6c72ef64eb18e4f8409f5fe1c8c8d512793272abf48 0.00 MB 1 0
8,848 8,848 00000000121d44b620340776446d40875d4874643013dc1a3ff72d7090d16331 0.00 MB 1 0
8,847 8,847 00000000b3a76f808acd2cbacce2616e383b6ae2b513078cc8da91bf9aa17411 0.00 MB 1 0
8,846 8,846 00000000c5894fa81da0f057d7b4ca5116093140b5d876f54c6d428e4dd21c16 0.00 MB 1 0
8,845 8,845 00000000a3049e26b1e3f5f9b9c342c537ec52fc0572f08142d0225dbaf5724e 0.00 MB 1 0
8,844 8,844 0000000091c106e5ece058c8a68ed1d98a9f5c42563b823825e164fcf379f3b4 0.00 MB 1 0
8,843 8,843 000000007c95e75e7c10a7bc8cbd2052a7ab406a4b4b804badac953c2e7d7734 0.00 MB 1 0
8,842 8,842 00000000ea3e23452149ea3529c3488bbbeee869fe6321c10059531fb25bcaf4 0.00 MB 1 0
8,841 8,841 000000004b4e31f878a529a93d75b856355532f41100e66405f9744426fae781 0.00 MB 1 0
8,840 8,840 000000005623fbd1794f76361227229cefbc21def8bb8bdd3aa204d64d9f6f66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.16 GB sent, 100.78 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.