Memory Pool Memory Pool Refreshing

1,528 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (680,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,317 227,317 000000000000005d9e9d103180cae6bd9285cf04333badc2569368865270e270 0.05 MB 128 230
227,316 227,316 000000000000026486ec12265ce0e825a59dc1b2e283acc2ea3fc4e00823b65f 0.04 MB 82 53
227,315 227,315 00000000000002189df16f3b2b9a2e55712e6107a7e4520b89832d8d58829d51 0.13 MB 260 176
227,314 227,314 00000000000000ef6e661dbeca76293dff1b6a16cfbf8694cb6bb5060d64289f 0.01 MB 32 90
227,313 227,313 00000000000001dec70394ec6e58438531f29eca5ff0b6afc2a99c1fa247ae90 0.23 MB 400 177
227,312 227,312 00000000000000db969875597a7e1d0fdf1e96817183d7fb996b11c2cde83b70 0.03 MB 32 4
227,311 227,311 000000000000001a9c4a5920924ba450b456a4ba67944aad0d77fa875979eea1 0.13 MB 223 224
227,310 227,310 0000000000000161af49cd5fe0a79892fe9480a62b880fec6397f8095fe27c37 0.03 MB 13 14
227,309 227,309 00000000000000fb37455234c979d5b24c2cfffbaa655d17d9bdf7f30d330a72 0.07 MB 122 134
227,308 227,308 000000000000018a9faa896b436d41e5fdabe571f18a8d1c5ca4cfae3688af60 0.02 MB 36 102
227,307 227,307 000000000000009a5345e519cfbeee68e81002b4020d440fdb98ed03da443196 0.11 MB 166 109
227,306 227,306 000000000000003b4bfef45362b6369b4423f05dc4a381b1247fc954299c23d4 0.09 MB 256 246
227,305 227,305 00000000000000f3a9b0d3933d72f5974d9da85e74ffddfc86a61f6cc3fc84d3 0.05 MB 113 84
227,304 227,304 0000000000000242ca3aa6aa13ee141a58d78c8ee45ef342366170599fca0a7f 0.15 MB 204 113
227,303 227,303 00000000000000920fa4eedd400345055fc7642dbbbda9221d9e72b874d30e01 0.12 MB 272 209
227,302 227,302 000000000000003fbd694b19386dba796c00846ed396853656bb073fbf360f3a 0.10 MB 222 210
227,301 227,301 00000000000000fb2bb96c5b8888185400e1d5151f9f4e0bd2315ec4d2563098 0.16 MB 299 157
227,300 227,300 000000000000011ddcc1d56bcb490ec4eeb9fc4392898e98464b52f38687e05a 0.08 MB 159 215
227,299 227,299 000000000000014e0368cb39f248190833ce73c9b738fa47c66ac6be5459748c 0.10 MB 194 237
227,298 227,298 00000000000001a77d73308e0d1471bcb921e567ecc818d6cff0a3ba9e851773 0.10 MB 227 195
227,297 227,297 00000000000001a7b13aafbb3c7c3cf207cd7c70ba56e029ffc5812225585339 0.03 MB 61 220
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,631.96 GB sent, 93.59 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.