Memory Pool Memory Pool Refreshing

1,750 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 1,731 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (732,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,265 175,265 000000000000033ceef89647b69f38c532dc178e8d9a624c9e194db5997e6df8 0.05 MB 165 28
175,264 175,264 00000000000002480af678bff35fbdbf857823964e0e24612228240f491e77a5 0.05 MB 89 1,227
175,263 175,263 00000000000007661cd8c1faefa3c2e505bd884895c81e7bdc56741c50cc3017 0.05 MB 99 189
175,262 175,262 00000000000009e611652148a41ed301fecce1208d53801faa54e13b1a69184a 0.03 MB 62 50
175,261 175,261 00000000000000b980b81f477c2a10b4f9d652ba970c6547b2013aad46d56e2f 0.05 MB 89 78
175,260 175,260 00000000000001e56544118e850bd1d25b6c17f60811adb17b5473992f06c338 0.04 MB 81 119
175,259 175,259 000000000000070d6d65d72ec6c398feedeedd40737af00fa44a59d7479b25a2 0.01 MB 15 109
175,258 175,258 00000000000005d65e3eb1fdb3764d79621ee6bff9e1323febfec68553fd2de8 0.00 MB 8 101
175,257 175,257 000000000000001ff6436120b783c84bb2c2f724f56ebb5b0bcd66f3125b2595 0.02 MB 58 149
175,256 175,256 0000000000000a02271d408a98a52eb9cc17a3ccb6053235fb1bbc7cd7512fa8 0.00 MB 7 617
175,255 175,255 00000000000009b79b6804e42297c9811b391f0930609a828e0a4ec5fb44e70b 0.01 MB 30 219
175,254 175,254 00000000000009bcafc7551c9c13d717a948937317993cc8cbbd8aa1ab3cffbb 0.01 MB 26 191
175,253 175,253 00000000000004de168a23fc18dfe198ac8be08df818ae0bf55a47554e139e2e 0.01 MB 39 44
175,252 175,252 00000000000005a0104f80d30dad9a8e775263c06d8ce4b721bf69975e33e25e 0.01 MB 22 17
175,251 175,251 000000000000087b3b84fd59863aa6136d5bdaf2996bc89611c1bb37035f7f71 0.03 MB 88 49
175,250 175,250 00000000000008e2e339e45964ade58fc3a685b6691173109bb31b04d835fdb2 0.02 MB 32 31
175,249 175,249 00000000000001dc82fc3bbbfc2789bdadc5018cd111751b395f75ca3d6efccc 0.01 MB 19 71
175,248 175,248 00000000000008195e18724cec45b1bc1bb63690bd12c55c007f7657b3b06c7b 0.02 MB 54 24
175,247 175,247 00000000000008204a7040325a2a81a1e015a9527b7ffe9df9ced5da4cb2f8cc 0.03 MB 76 356
175,246 175,246 000000000000004b4488fc0eaf1f1902f1ef7e21ea3ea2025d00c10b28ea4e56 0.03 MB 50 95
175,245 175,245 00000000000007840b426174c10fc02876b2475d3583a7e561651ad49d20e722 0.02 MB 59 92
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.