Memory Pool Memory Pool Refreshing

904 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,887 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 889 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,886 (744,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,163 163,163 000000000000042836a56b3a988121acf0b7ae26a0c5333bb38ca206f189e961 0.03 MB 32 43
163,162 163,162 00000000000003857a7e91dc53cb27ae76f6efe44384659ef45d5abf471066f2 0.01 MB 5 1,015
163,161 163,161 0000000000000b12310ce43f238381af9d7b6cdd1242557e4da4908ca94bfb9c 0.00 MB 3 0
163,160 163,160 0000000000000b6817a442960709e67ab8d1844f8ea3afef3f8e2df7e0900a22 0.07 MB 9 52
163,159 163,159 0000000000000575c5a05ad536bded1c7c7d1b9c4a31b7fbc399f823168f4794 0.00 MB 11 50
163,158 163,158 0000000000000383a5d322bc4840bac7538c73b5988dd28b1807b842aaa7ee53 0.00 MB 11 0
163,157 163,157 000000000000081ce69f5df5abf00599e5d7eff561188be7c947f7f75c868552 0.08 MB 90 98
163,156 163,156 0000000000000c32ab5de73ce2b6176a84c571995e66742120971b8053712c04 0.01 MB 22 197
163,155 163,155 000000000000091edf4ebe5f0a0910932cdf81c57a413c4566151a94fea67575 0.01 MB 23 198
163,154 163,154 00000000000005e7c1e49d4ace398cabf7958dd94cd95fc9830c61154455067e 0.04 MB 103 30
163,153 163,153 00000000000002b4916d8e9476f2832e603f9463f84537cbbc2a080102bb7199 0.15 MB 126 247
163,152 163,152 00000000000007e94ad4edf7a47a634f746539031ad5ae97e796b0bbcc102e84 0.00 MB 1 0
163,151 163,151 000000000000067226f7e20511f44cc51304d9b33d179a6b06a621e0f2a0bd5f 0.00 MB 8 84
163,150 163,150 0000000000000d25c4ea43dc8fcf91ee2570c27b71c20b0940d1c8ed66040339 0.00 MB 1 0
163,149 163,149 0000000000000c73ec5717da79a180f275e2cec0c287f2c5b7fa1abede5ac5e7 0.01 MB 38 137
163,148 163,148 00000000000002e159e87c6573f9579967da4c2df0677eac333e0a44a992b92d 0.02 MB 56 40
163,147 163,147 0000000000000ba91c2751a296ae85183fa3aef781c7e08716785d27e2db2821 0.01 MB 37 126
163,146 163,146 000000000000064e3c78b1189a76c2c044b4c1346f4a2c1e45883830b2052a5c 0.02 MB 46 43
163,145 163,145 0000000000000039d096b27ae8e01e9c4e289c1c0e9ac8c043a74e1493ff39df 0.02 MB 57 68
163,144 163,144 00000000000004c74ab0c1ff564001d07e47ac878722d678304e270557b75e41 0.01 MB 17 48
163,143 163,143 00000000000001db301d405e5286622516f73b8560ebd778cb8fdf2c9e7c9970 0.01 MB 20 189
Previous 10 blocks ↓
Total Size: 769.33 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,643.16 GB sent, 94.60 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.