Memory Pool Memory Pool Refreshing

5,364 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (905,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
2,199 2,199 0000000033b798200d01296bf7d274eb4a8d6937d93adf740c4f311a4ed3cd82 0.00 MB 1 0
2,198 2,198 0000000048a3ff4c4fe37c2425e88272e19c720796a6a8b3fe451f46709c83ed 0.00 MB 1 0
2,197 2,197 0000000086941c5a4e7fb7ad5940948cfbbfc23743999293254606eb26bc2a10 0.00 MB 1 0
2,196 2,196 00000000138559989f729ef79ebbf2b47bc24742f94b81007ba733940f574baa 0.00 MB 1 0
2,195 2,195 0000000014a65a70cefa53205e5fd3523696b11a33abb522ebbc2dfd5542e1c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.