Memory Pool Memory Pool Refreshing

1,162 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (730,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,836 176,836 000000000000088d15bdb60ff6f8dfa0bc3bb14ea8c0f79ed17aeb3f3a3ff95b 0.01 MB 5 12
176,835 176,835 00000000000008fe952c5bf1cfa051f4777b7f32a2ddd93c5b991c9dbfa8f987 0.03 MB 102 40
176,834 176,834 000000000000036955b97ceaa5353994cc05c3967e83f14d161aaa2afc2b7b06 0.07 MB 108 93
176,833 176,833 00000000000004f941e3451dbcf0bc961d59087a49c0120352796dbf13c64759 0.03 MB 126 4
176,832 176,832 00000000000009a498d17722ec04cc7c12704853b04f0d2f4e2551b12f53b47e 0.03 MB 87 141
176,831 176,831 00000000000004f2142dd20ce3e0c41042dc38f022fb3c5cf6bc9c0b8e54cffc 0.04 MB 112 149
176,830 176,830 000000000000088d7d9780d7155ddcac21c04238211879ac2b7383a896d18abc 0.03 MB 71 117
176,829 176,829 0000000000000a66eb29db094b120553cb870c003dc692f03ee0efd296278718 0.00 MB 2 0
176,828 176,828 00000000000002f884101936e5d2251220d48318bb5fe1f672bc40ed39381485 0.00 MB 8 22
176,827 176,827 000000000000022d74cd4e95f666b1f433d5c0d45144ee59c2b0191037507c1e 0.01 MB 21 52
176,826 176,826 00000000000007bf03bbba510f368dbfdfcde82b41cac7323411bdb52d10e173 0.01 MB 30 228
176,825 176,825 000000000000033683e01aa5d807571413560af82e1488bb2a5b84841163ba7e 0.01 MB 34 267
176,824 176,824 00000000000006d41593c848b4b4e447586559ecf7adb016fd9f63cbfb7abfd6 0.02 MB 9 97
176,823 176,823 0000000000000875c7f6b7a88b37d0c0f761166ccecbc13b4860e8efcd7531b6 0.00 MB 1 0
176,822 176,822 000000000000098dd5ef1ee6b941bb759f661aa1689109cd17c153e8383cd26a 0.00 MB 5 0
176,821 176,821 0000000000000476af45b473a30d1fc546455e70ed412ab871a24bc5cbbae87d 0.01 MB 15 39
176,820 176,820 000000000000072fb33d78b7dc2d7af1aba823fd2bd0645f37393a4f51337b71 0.01 MB 5 27
176,819 176,819 000000000000019f6241dbc504f8b715a9fb31179ca994c47a326e80271b0b01 0.00 MB 2 220
176,818 176,818 0000000000000492844ed06ca68bdf74a0f0d3b3c8e1e7fe6b5222c73772e57e 0.01 MB 23 43
176,817 176,817 0000000000000a185b45d1411214f982e7f07016c546f9d0d1569e248a04a9fd 0.01 MB 42 7
176,816 176,816 0000000000000301427a557265f00f01824f32ba3350a602fb59d89911bbfc88 0.01 MB 18 55
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.