Memory Pool Memory Pool Refreshing

1,223 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (410,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,238 497,238 000000000000000000013178782f220d78d2d6656aae521680ff878f891148a6 1.07 MB 2,171 196
497,237 497,237 00000000000000000090eba4bdf8708d19d9ac1770caf3b720782149b380ca49 1.09 MB 2,174 72
497,236 497,236 00000000000000000033283fbd841f0797cb5214bcf33bd966a308616e1d6824 1.08 MB 2,149 185
497,235 497,235 00000000000000000041d8c6859fed2ff527a513e01cb999409914c68843913d 1.03 MB 853 52
497,234 497,234 000000000000000000a6f93592517173870e4645ecde1a64f0dde0c0b8afe8e9 1.13 MB 2,304 123
497,233 497,233 00000000000000000032f761e0400cd584202f19745fe421916695b97d8f4af1 1.01 MB 696 37
497,232 497,232 0000000000000000008588ebb1dfc156f790c71bc98357b7cbb2b5fb86466d40 1.04 MB 1,591 86
497,231 497,231 0000000000000000002f767218831d4055d876d0e568f95bd05beec23949cefd 1.04 MB 1,885 98
497,230 497,230 0000000000000000001695fd8198f82af3b652dffca69c9f987f35d8e9d39c59 1.08 MB 2,357 153
497,229 497,229 0000000000000000001ed1a2bf5987c4949286e1d6af8a85531912fbcdcb5b24 1.00 MB 187 17
497,228 497,228 00000000000000000069ecfe58afdcb1b759b5fa7d764027e5130c66dc2a7d64 1.05 MB 1,795 103
497,227 497,227 000000000000000000379b5630846f7b684c0e0534190ff1ab185033fe241e90 1.10 MB 1,756 102
497,226 497,226 000000000000000000bfb4e5538d9b8bc9213d0739606e4ada545473e72d6532 1.00 MB 1,422 66
497,225 497,225 00000000000000000036294892a3faaaee282b3d69ab7470e040c7fa9c19423b 1.04 MB 2,986 54
497,224 497,224 0000000000000000003db9635015490f21652930aa4a104125e2669947bd2e32 1.05 MB 1,403 102
497,223 497,223 0000000000000000007b640aae3ab8495409bec6e056f6a7211ad4ad520074ee 1.09 MB 2,491 148
497,222 497,222 00000000000000000082429c2698044ba66e8a37278b5bdf4e12672728b327d8 1.08 MB 2,375 170
497,221 497,221 00000000000000000058c30296bf52ff3c2e0157ab58b1c8771f60be162a4157 1.06 MB 2,198 209
497,220 497,220 0000000000000000002ed42590f15fad0d535ebe107283ea8c45038803b6cca3 1.07 MB 2,119 97
497,219 497,219 00000000000000000056f2c9590e42be64fc1276f0bd576a1dbdedc307b6d98c 1.06 MB 2,390 184
497,218 497,218 000000000000000000207251b4fa43ae1a1dd823530055a882ae6687086169af 1.03 MB 2,212 80
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.