Memory Pool Memory Pool Refreshing

9,800 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (26,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
881,226 881,226 00000000000000000002221268b3e6ebd4a2a8cfadf9d0a289303953630ebd6c 1.58 MB 3,838 4
881,225 881,225 000000000000000000007d54aa02c809df6ddb22c48b9a36649ab2644290359b 1.57 MB 3,490 9
881,224 881,224 000000000000000000007accce2d2d0041e4ff6ffba1085fdfcca8bb139b2249 1.55 MB 3,903 6
881,223 881,223 00000000000000000002386403d20bcadedc17d515bca8e931cb9f3c447de023 1.61 MB 3,351 4
881,222 881,222 00000000000000000001f3343d2902b5772e172d488ef79f4d43533a35d74ae0 2.15 MB 91 1
881,221 881,221 00000000000000000001e1e350a720f71147f07bb9949b15af14333b0d83f7c2 1.83 MB 1,650 2
881,220 881,220 000000000000000000014bcf9b4aa1a6334d99c63420ec65d64d03d16979ec74 1.70 MB 3,435 3
881,219 881,219 00000000000000000001065238749636e1f3c486bb6ac607fe8317f00701e314 1.59 MB 3,739 7
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.