Memory Pool Memory Pool Refreshing

246 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (9,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
898,232 898,232 000000000000000000023c22ae64b0c42672f8c524ffa19c160c9aba9e33acad 1.00 MB 1,316 3
898,231 898,231 000000000000000000006682da05df13b22fa38e6c2b18a31ac3e2437ca45539 0.17 MB 399 4
898,230 898,230 000000000000000000001a8c5607af290c1b93d886a65f5a01c576fee566d889 1.36 MB 2,853 2
898,229 898,229 0000000000000000000160c7c766ae03a9fa718c37d9e2cbb20cca03774671a1 0.33 MB 261 1
898,228 898,228 000000000000000000002f2b77c8f0c62c2390b1cca1aff68c442b91d1386407 1.81 MB 3,869 1
898,227 898,227 000000000000000000001518c2b538578d0b387ba51aff513af700a6f877e590 1.58 MB 3,398 4
898,226 898,226 0000000000000000000220f013c1de3b23672a447e655f982985c277ddd19339 1.79 MB 2,772 3
898,225 898,225 00000000000000000000576e4eb4e0ff72b52ea2823ea1d54e5c0b78243cf245 0.58 MB 781 3
898,224 898,224 000000000000000000012d8f92b607f89443584f6f474c9c71ca481e8d176506 1.31 MB 2,831 3
898,223 898,223 000000000000000000001dfb2f9e2d167761865b6cd2a142b05326213b56b384 0.14 MB 189 1
898,222 898,222 00000000000000000001a2492311af7a782b61d57b2492a07a6b5ec9fe0b6335 0.18 MB 289 6
898,221 898,221 0000000000000000000031e1a6beca2bf91061f2e5d13080eb2eb227d3ddebde 0.63 MB 1,429 2
Previous 10 blocks ↓
Total Size: 769.14 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,632.08 GB sent, 93.60 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.