Memory Pool Memory Pool Refreshing

1,244 transactions
0.46 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
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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (483,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,256 424,256 0000000000000000050c42e32f6b3fa66e8000f6b59e29cdcb1bd9da85d0e39b 1.00 MB 1,678 36
424,255 424,255 00000000000000000114c09f7cf4b41f64e52f9ba4218382a6313ca6accd9633 0.31 MB 603 64
424,254 424,254 000000000000000002a0ce8dbf048c53ec493639fb27fc06c3d00530fcc13276 1.00 MB 2,182 79
424,253 424,253 0000000000000000005a2787769b1f1dee9a495e5d247856c0e016b2c327fa6f 1.00 MB 1,652 44
424,252 424,252 000000000000000001ef7f849ec052e5df365856dfd7d04b6ab6b4422c5e6e03 1.00 MB 1,489 44
424,251 424,251 000000000000000003f05e770fd0d69c633ee7ef54103db1c89506e47382d15f 1.00 MB 2,050 60
424,250 424,250 0000000000000000043cd73e05563a22ca49e465afd8c9ee23207501f5cd35c5 1.00 MB 1,389 36
424,249 424,249 000000000000000004755fbd125d61db0a1321c91227cb4cdb756b9f7c8c7523 1.00 MB 2,039 48
424,248 424,248 000000000000000003ad75646ecf52300fb7dea19fdd919064cdbb5833e97f16 1.00 MB 1,782 45
424,247 424,247 000000000000000003b11b3da9fbf49aa4db154e0fb6daa513e3383bebc40548 1.00 MB 2,681 63
424,246 424,246 0000000000000000032af6adea56152bd2a466a6b3fc1842331edca29c6c1963 1.00 MB 1,723 96
424,245 424,245 000000000000000001a0becd03d3b25d33a31d67e773fa74a30459cb37bd5f71 1.00 MB 2,894 151
424,244 424,244 000000000000000000e30de061f2c3b461bacf14361d38112282d7706358ac4d 1.00 MB 2,009 68
424,243 424,243 00000000000000000388962fdfb2a6af9ac1722354e8c849e78a37dfc144e03b 1.00 MB 1,939 80
424,242 424,242 00000000000000000563cca44f2a0b03fad5fb4b9db868b63c11afee831ec3c8 0.99 MB 1,812 32
424,241 424,241 000000000000000004bab1f6406718d913a734b0878aa928b09b00585eee5eb3 1.00 MB 1,332 60
424,240 424,240 0000000000000000038b7de30092d217177d7f2a52ef518c322434cec3e72435 0.99 MB 2,544 103
424,239 424,239 000000000000000001dd64c85ae3441141268c326429afb7f9d2c441d371a22b 1.00 MB 1,572 45
424,238 424,238 000000000000000001635ac663709f4ac7619e7702601c6967030c2f46ff20a8 1.00 MB 1,876 79
424,237 424,237 0000000000000000047517424938e6f95499b9a09eb869459e19d6ef844fc4c9 1.00 MB 2,725 64
424,236 424,236 000000000000000001f3af4d5840e433696e4198341bb2d67b3967be665a3f17 0.93 MB 2,318 164
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,628.92 GB sent, 93.39 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.