Memory Pool Memory Pool Refreshing

6,157 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,201 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (906,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,220 2,220 00000000c80ae0a54ae7eecf84c157b3e973d6b30f2ff77d83f6d06220bfe08d 0.00 MB 1 0
2,219 2,219 00000000d89c882e1921531b16721a8449d59e81e9f0cdb9490fc058607b1cfd 0.00 MB 1 0
2,218 2,218 000000004461f7c3d567d2d658ee66317859bc922f270438df621a0e851571fc 0.00 MB 1 0
2,217 2,217 0000000068f0ffcd5493d706ced42fd21407d9e2cd2c90eedbb53430fb7df297 0.00 MB 1 0
2,216 2,216 0000000057ce692a1c822d97ea4111f7f157d8c0052114df5c6c1492743753fb 0.00 MB 1 0
2,215 2,215 0000000092e1853b69493c46b1b5e4e02bd383bbc1152b1519f76f857afdb719 0.00 MB 1 0
2,214 2,214 00000000411e3b9b2066078b10548f1872b4c646a10cb39bb47395d3bf1d79c3 0.00 MB 1 0
2,213 2,213 000000009cdf8746d02ef9c07ef02447edbdbf22218ed318ad6bcba33f572996 0.00 MB 1 0
2,212 2,212 000000000ba2cae81854ad5a65aa484a9e1f44692bc76c1706dae7987ae09fcb 0.00 MB 1 0
2,211 2,211 00000000efb7a2f9980e6f4e146c9b7bb308fb2b300d47a106436fc85005af5d 0.00 MB 1 0
2,210 2,210 0000000038a7a31053072c3e627a5c361e730a1970ad614f8f56e82417a2fe3f 0.00 MB 1 0
2,209 2,209 00000000a82ff3a7a0c609e549688b464d9e60842be1dfefefb4d7ef9af1a9dc 0.00 MB 1 0
2,208 2,208 00000000e6296f1eda44755317774b3e9ab1f585fe39c373d0af59092e79bd80 0.00 MB 1 0
2,207 2,207 00000000960a29c869fc09bae1f2475f2b85710b2070479e1a6c133768916921 0.00 MB 1 0
2,206 2,206 0000000072f60db6866296490c6a70516b5258b7fce00ae379b6633f22ae0d66 0.00 MB 1 0
2,205 2,205 00000000fe6d533b5787262eda06ba7585fd527b5a7ffb39aab2e9cf49fa8205 0.00 MB 1 0
2,204 2,204 0000000021fbd71a0e845db9ad31c9a3f31d79e2a8da66f460efeb1ad903c898 0.00 MB 1 0
2,203 2,203 00000000aba483f70dda91842e94012c30598643be0ec53d19598781e85b5b4f 0.00 MB 1 0
2,202 2,202 000000001be95682d66918627de7fab580a6f07f286a72f9c9d365f0e8b325d3 0.00 MB 1 0
2,201 2,201 00000000bc04ac00ee40d71ceff705a5e56f27e7c09c60320fba0c1da77f6c82 0.00 MB 1 0
2,200 2,200 0000000070118b55e0436a721d4533fc3d09a0238f72a5380e8a694c9dbf948e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,688.35 GB sent, 97.87 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.