Memory Pool Memory Pool Refreshing

6,776 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (8,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,244 899,244 00000000000000000001154752958ab5ad930c068bb8017e2db304a0fa51dc93 1.57 MB 3,198 4
899,243 899,243 00000000000000000000696311b31367e6b5e52c97d3988fda92a741d739a731 1.01 MB 2,516 2
899,242 899,242 000000000000000000009023ebc6ccf0ecf969286996d87f1a2676cefce829b1 0.05 MB 121 3
899,241 899,241 0000000000000000000209ccc7a7427de799e718fe7f0fa30cd0615d95dfc5d3 1.01 MB 2,079 1
899,240 899,240 00000000000000000001c22d0ebd5012b4773583ac72c9cde1a60b27aedc11ce 1.54 MB 3,082 2
899,239 899,239 00000000000000000002086cf06ea72227ed41f17c644efd7798164662319bfa 1.59 MB 3,655 2
899,238 899,238 0000000000000000000222e660e62226e91e8bdf04aab9cfccd1bb3cd2cf7cbf 1.74 MB 4,794 5
899,237 899,237 000000000000000000016bf56ab74f072dada6f6d1eba6b4344eeb87a9b969db 1.76 MB 4,866 6
899,236 899,236 00000000000000000000e6c0232fdae12733e1dbe4dc4a3193b47d2155d2d867 0.33 MB 759 2
899,235 899,235 0000000000000000000084a4a3d3534c55fb2a009a3d3d4df116eea667aeec6b 1.05 MB 1,918 2
899,234 899,234 0000000000000000000025c8bee64e5aab96de6020f9253bde2d2ea3ea7152bb 0.07 MB 57 1
899,233 899,233 0000000000000000000169d8d11bc881d2082a6a2167ec752c85b522adb70c55 0.96 MB 1,766 2
899,232 899,232 000000000000000000022e2051d047cad37cf4481606013b99dc9277f01e38de 0.74 MB 1,424 2
899,231 899,231 00000000000000000001e263c33bd1a6dd6be3f280f814bd97a928f3a241e5e3 1.40 MB 2,252 2
899,230 899,230 00000000000000000001b22715a2e9b9b92b9a8da904d7f534e421f0bdcc053a 0.71 MB 1,355 1
899,229 899,229 00000000000000000000e1592158e893a2a1b4024d081a54d4ff950499d55e57 1.65 MB 2,043 1
899,228 899,228 000000000000000000015e3c04f161990cc355492a920e0a2e6b5f373713a7db 1.33 MB 1,845 2
899,227 899,227 00000000000000000002090434cc11c0acd66e2f067a3b7b75dccce2e1ec2bf1 1.56 MB 4,133 4
899,226 899,226 00000000000000000000eb762359f669dff19af0e4da4ae836e74e145b89139e 1.32 MB 1,853 2
899,225 899,225 00000000000000000001a0b99df18e23a8f52c6c2df94971f8ba4b1dd51c7d46 1.26 MB 2,580 2
899,224 899,224 00000000000000000001a474c35953308d0fa7e318aa60fe1827841e9e73d4dd 1.48 MB 2,542 3
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.14 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.