Memory Pool Memory Pool Refreshing

3,012 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (733,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,198 174,198 000000000000031d2890c170f45396fb799fc5de331e2c071c78f09711c824c5 0.01 MB 6 0
174,197 174,197 00000000000002a9bb9c614fa7cd4fc0bcff75702936588a17d49a5016a51199 0.05 MB 86 221
174,196 174,196 000000000000042c91c9de46f802524ab1c2296923a72b55fac2d2c6fd7f4741 0.05 MB 127 38
174,195 174,195 00000000000003e2d2ba40b395a00aa2c0da3ad90a1c0b7d42e405bf40044fc8 0.04 MB 89 157
174,194 174,194 000000000000003203493075b1c059e867896e09d5f13329e3e2a909179bf33f 0.03 MB 82 46
174,193 174,193 00000000000009abb2d606061b95d57c2284a5447debaabed917ad225b298c15 0.01 MB 13 37
174,192 174,192 000000000000005487465907fcd9bed6323f052f13f5b84f0223fd0f4001c7e3 0.03 MB 35 5
174,191 174,191 00000000000001cd3dddaadc12f44011a8a0ec8428e6d987606f571e165fba57 0.10 MB 117 271
174,190 174,190 000000000000034883b4f4b2f5b91c8681e7477b9fa2a9173d1885b87b33e385 0.05 MB 129 858
174,189 174,189 00000000000001b315f6cdf0c956e811e9029709e3820440734e1e4e378245a5 0.04 MB 115 136
174,188 174,188 0000000000000143cd359ec75ad4bce75e37cb0359f00418bf34cd86808ba588 0.00 MB 8 526
174,187 174,187 00000000000005ae94be64b3303f9d7a86fcc741e3da6608cf19319dd795ea5e 0.04 MB 77 116
174,186 174,186 000000000000061db68c7f9d7ae5baf72725bd30e1e975e03acd3b981e854d0f 0.02 MB 48 81
174,185 174,185 00000000000007ad80a3f7cc6b40c76ce2314f82b3ac9ad52e509f54593c5bda 0.02 MB 97 6
174,184 174,184 00000000000003b4af0096e1c299d24a2823c5700da384f49425b7ca5c280c43 0.01 MB 14 53
174,183 174,183 00000000000001bc9fe00478c9b0e27a8e4e09ead45b607dbff36d4f309f3a58 0.03 MB 48 60
174,182 174,182 0000000000000763600724eea19caa788f89f02af24958bc57ec14b8c12dff6a 0.02 MB 59 104
174,181 174,181 000000000000065304a240d659fd05f906768d51edecda913df628076d7d3775 0.01 MB 28 201
174,180 174,180 00000000000007e316f1e38a16b7b0c0beb5d979b45783d55b7cdbeb891c73c7 0.04 MB 83 124
174,179 174,179 00000000000008654d0ba938a26f9ccdbdd2dafcac245604799df58d481d279e 0.00 MB 1 0
174,178 174,178 00000000000009ff502f2f764812ce95e516e1ae3a1ffd988d71268bc7d5cccf 0.03 MB 27 41
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.