Memory Pool Memory Pool Refreshing

15,692 transactions
30.15 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,678 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,734 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,677 (430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,247 881,247 0000000000000000000038cc39c4fb77bf857b3ce785eb3290ffc2dbc2337edf 2.98 MB 1,554 1
881,246 881,246 00000000000000000000ea866e4f90be09d6f29e62ce3cb54a5d9e519cd181b6 2.22 MB 2,646 2
881,245 881,245 0000000000000000000261bacbffc67ac8fc6c41e4c9af7151e95b7e97e5cc99 1.49 MB 3,410 4
881,244 881,244 0000000000000000000203367d31d027c1bdec424385971f6134eda046634ecc 1.50 MB 2,385 2
881,243 881,243 00000000000000000000f958f8c0a142f8af05a754c8f21e39cc4a155a43632a 2.05 MB 1,045 2
881,242 881,242 0000000000000000000081560d07dfd67e8fdb4d4e5363a842ca43e51a3423a0 1.74 MB 2,736 4
881,241 881,241 000000000000000000011478ee3164cf12d886c9c77e9cfbc8bbcb9a5e3cbee8 2.12 MB 173 2
881,240 881,240 00000000000000000001ee4aa885c242c68a36b57a6c7f1ca6f9abc0b8123230 1.92 MB 1,744 2
881,239 881,239 000000000000000000005af2ff3511e74c743c425efdd1f29de4028c94f22749 1.59 MB 4,048 7
881,238 881,238 0000000000000000000102abd9e39fd460e4861aeee80794bce442de0c3a3160 1.54 MB 3,763 5
881,237 881,237 0000000000000000000091492f74aa1d3e1b901626ad5d12004949ca674d6159 3.14 MB 979 1
881,236 881,236 000000000000000000005379cd26fb8a1cc86c012c6172f60030ef527ffe6402 1.99 MB 876 2
881,235 881,235 0000000000000000000046e43a3c3f32c376c01b2f88ad2062cec8c8ba7c0871 1.59 MB 3,425 4
881,234 881,234 00000000000000000001a1ab8d08866204e716ddee94bd7b099cfb2528e80b65 1.80 MB 2,575 4
881,233 881,233 0000000000000000000045d3c8e8d3537f0d3e60794c812e343c73f06793f26c 1.62 MB 3,150 3
881,232 881,232 00000000000000000001b80f0281687f0e90a421d0ddd8bf04b3bc5d93a972ac 1.51 MB 3,080 5
881,231 881,231 00000000000000000001f9ba19a699eb228789a0865677bd7408134ff5302505 1.65 MB 3,089 3
881,230 881,230 00000000000000000002487517129fe0039c05ef9ed691787910c108d76e1e8e 1.57 MB 4,061 7
881,229 881,229 00000000000000000000164a0276b918795ba01f8a0b3939eb8e952a9b3c838f 1.69 MB 3,299 3
881,228 881,228 00000000000000000000b3f0e92ae987b29aaa79f7815af9ac328c5a89a18eb4 1.54 MB 2,426 1
881,227 881,227 00000000000000000000145f737d4720fbb6d67af32260ea45d922f5b7fe8556 1.59 MB 3,272 5
Previous 10 blocks ↓
Total Size: 721.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: 2,018.66 GB sent, 72.34 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.