Memory Pool Memory Pool Refreshing

1,185 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,185 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (623,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,941 283,941 00000000000000015612ed1417b0e97b5cf3a3c121694e2e9af33b1a8d02fde4 0.32 MB 716 36
283,940 283,940 0000000000000000c81e2783fb52a7d7c4b444eabffdb0dcf015ea94d550fb17 0.12 MB 203 29
283,939 283,939 00000000000000011df130f104b79ab8625e0412ccecaaf27f772b6be1cfe167 0.34 MB 624 34
283,938 283,938 000000000000000013a8505c188e5143abdc145d18bbebbd45762f2ee431efe3 0.05 MB 153 54
283,937 283,937 000000000000000137e099558dfd4107a21e9ee8c1f6f8ae1033535b382119b9 0.18 MB 365 32
283,936 283,936 000000000000000145e635cf6081a7c8b89e4bb2014f473d4c9faa33b23ecb2d 0.00 MB 1 0
283,935 283,935 0000000000000001ea4745f1284a34362e4a5e365148db6a3b9e182fc92ecbde 0.13 MB 179 25
283,934 283,934 0000000000000000c1b5e0e295241307ff7ac404864605e9e128d3e8a331ef72 0.33 MB 179 12
283,933 283,933 00000000000000005f312f9ed9953fc84d631dd671e40ff8defc62349f9db052 0.35 MB 621 25
283,932 283,932 000000000000000078d9f8fa8beba1d4fde935373c47797f33c0c04566adf34a 0.35 MB 1,077 42
283,931 283,931 00000000000000012d248fc4f7177171f8ce1451ed0ffa3e142de3be0e566435 0.05 MB 146 154
283,930 283,930 00000000000000000f010b2ff5ceb19d3445b68031290463804892e0194c4289 0.05 MB 146 80
283,929 283,929 0000000000000001be02e24cd06f8f2365a54089ad55366037ee31d45178e57c 0.05 MB 168 152
283,928 283,928 0000000000000000e96e16dcbfefcda41e37a3c4bc9f46d470cb83ae2ee349a8 0.10 MB 52 6
283,927 283,927 000000000000000106cb7553c8ae4d906d78475f751b8446f53d11704ca0c54e 0.16 MB 278 36
283,926 283,926 000000000000000084312136e72bb64d87473fa3f7c978dd0990a0ea6e93c211 0.09 MB 107 20
283,925 283,925 00000000000000008a79abc0fb2a1ff2cfd522993c2e8376a8f1ca75db60e0b9 0.11 MB 110 26
283,924 283,924 0000000000000000a20f99e03741319c196ae44508dfb02edd9a9a7299184ca7 0.35 MB 625 32
283,923 283,923 0000000000000001b419cd189096947b91ad2527a25a533d14da92746db02d90 0.05 MB 158 71
283,922 283,922 0000000000000001eece6a0aa17e8a5751a6200171de7b1ad75e8ce03728fd69 0.08 MB 147 464
283,921 283,921 0000000000000001d2a734559ab9205f7ab6f790385370d4cb998871c8bddb56 0.15 MB 243 31
Previous 10 blocks ↓
Total Size: 769.09 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,628.51 GB sent, 93.37 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.