Memory Pool Memory Pool Refreshing

181 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (9,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,253 898,253 00000000000000000000bb0fe36646ba4912e816e000c1bdbd68179305ab474a 3.76 MB 443 1
898,252 898,252 0000000000000000000088b5c659f4eba81030c9758645b28907e0fd87035188 2.34 MB 2,678 2
898,251 898,251 00000000000000000001f197bc0118db0d5da138c0c73c0faa86ccfcb7eb7532 2.85 MB 1,474 1
898,250 898,250 00000000000000000002134cba319ea45ed4b0c820613917287c32e853f1ce8e 2.24 MB 2,159 2
898,249 898,249 00000000000000000000fd6382af026408828de6264cb9b06586e674f05ccf45 2.66 MB 1,230 2
898,248 898,248 000000000000000000015987fdc0fdb4a4d264a4de56e4c22ce1ee8f07e629a2 3.61 MB 477 1
898,247 898,247 000000000000000000013d88a99b0caa602c4445fba8e6be8640edbe1bab52be 3.14 MB 876 2
898,246 898,246 000000000000000000023ab022d1fc93feb33df8df82ea4104642547b2bd11a8 3.36 MB 1,482 1
898,245 898,245 0000000000000000000189177743e7e642c45e27190302934c2b992bc75cb1d2 2.17 MB 2,013 3
898,244 898,244 00000000000000000000fae32df26e105d94290b6bd181f5d9472c0b6144d0ef 2.93 MB 1,791 2
898,243 898,243 00000000000000000000068e850855600357b9ed207c96bc0a60f74769a1dbfe 2.96 MB 2,041 2
898,242 898,242 0000000000000000000154ad9c4708e18a6cb0284760a676a3c94f038ff95742 2.27 MB 2,444 2
898,241 898,241 00000000000000000000e1ed7895f5a5587e23746875e6e5592f16c0a2cad965 2.75 MB 1,279 1
898,240 898,240 00000000000000000000238cc84b6792cf24af901d457496b4da2510c1324a01 1.82 MB 1,863 3
898,239 898,239 0000000000000000000076d41c84467e947abb84331f4267e3c4cdcfa4cf6e94 2.17 MB 87 1
898,238 898,238 000000000000000000003c69c54808c5cc1cbb1e5694a185386070f32e01b3bd 1.55 MB 2,412 3
898,237 898,237 000000000000000000006bc4c51376720bc4052c141be31e248028e8c3aa1f03 1.69 MB 3,145 10
898,236 898,236 00000000000000000001a308d237c328dc692d7e3c12493db20d0f23c286f051 1.68 MB 1,799 4
898,235 898,235 00000000000000000000c20e512f99bac72ca53fbfd65c39296b49b0c0530695 0.29 MB 422 6
898,234 898,234 0000000000000000000132c36673f09a42e12014575e23c6f2d57d19ad72e599 1.27 MB 1,860 4
898,233 898,233 00000000000000000000d17eb4031b558079d3bceb4081a4130160a0b867b274 1.37 MB 1,596 4
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.