Memory Pool Memory Pool Refreshing

380 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (868,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,250 40,250 0000000031307b4caf35b075af9e3ad1687b16bb56a683dc5f85482aa1b86410 0.00 MB 1 0
40,249 40,249 0000000036f42f9deb641e799ef1162944beaa6cbc8df0e41d8fb279fcffb21a 0.00 MB 1 0
40,248 40,248 000000007e219124e083bbbdfb16a7a88cd76caf16dad425f0a129c3e50c3fae 0.00 MB 1 0
40,247 40,247 0000000014b362f896fd46fc6e2e244791e6b0e7aa3936bea74b7883c7d0fbcd 0.00 MB 1 0
40,246 40,246 0000000024a6ad9b7548f2efcba656ce810eacaed224e9db11bfc8c948e0fb7f 0.00 MB 1 0
40,245 40,245 000000001f6201de9ebc9bf853210fed12df5eb3372c7259c142edf1fb6b725d 0.00 MB 1 0
40,244 40,244 0000000009c38c406358b966722c954afebbf1c577c0459bcf154b1b785300ac 0.00 MB 1 0
40,243 40,243 0000000083a2ccb9e82a98cf48693f5eee0395cdfb598fb995e301d4145da220 0.00 MB 1 0
40,242 40,242 000000001ca53eeb79e71b2b725c92247cf0901182f51cbe2dea2e01dff3cee3 0.00 MB 1 0
40,241 40,241 000000004744caab13b6065998619f66a003c30fed142cb6910e13b4550caa0d 0.00 MB 1 0
40,240 40,240 00000000217c1a517ee84022c607c6fa323635bd387f9f28acec85c2998f98ea 0.00 MB 1 0
40,239 40,239 0000000033c544b4797e3bda8066df7a8815c40fe77e34b469da7de625466c54 0.00 MB 1 0
40,238 40,238 0000000052ba0f6f5799ed2ca28a6c77a78a36b36d89e59b1ba972d1fd81c3da 0.00 MB 1 0
40,237 40,237 0000000011b85dc054add95d1f18eb51a3475924d09936f0793491ed36e573b3 0.00 MB 1 0
40,236 40,236 0000000008d001bd1a37883e748b319bc778ba6d98171ae040929e8c4e6d3659 0.00 MB 1 0
40,235 40,235 000000005f242233aa38ba8f20115d4e140c902cc5b37b298dee5bb75ac820e7 0.00 MB 1 0
40,234 40,234 000000007e2ad3cd62a0f836e1dead321fc04ba1b2170e3ac02f5633200b95ef 0.00 MB 1 0
40,233 40,233 000000002b5bfb43048df71dc1bd8a9630331eb53f56cb70e9a240c8e67b7db6 0.00 MB 1 0
40,232 40,232 0000000072c21ac692579f0577b996f86d723ed496155f44e841dcaed424fe9d 0.00 MB 1 0
40,231 40,231 0000000048d4adc9fef6f1eeab26ab10a610e48614922077c677f3201783c82d 0.00 MB 1 0
40,230 40,230 00000000449ed61c6bcb329c26b0fdf0da2ed722695ed12884c6847679fccbb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.