Memory Pool Memory Pool Refreshing

18,168 transactions
5.74 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,499 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (136,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
771,286 771,286 0000000000000000000549e800c37f764faf412fb08b713e0a9eff43b7d7af47 1.05 MB 1,702 4
771,285 771,285 00000000000000000000297f1685b0782490616c799774d1be73fa872576cf82 1.59 MB 1,920 5
771,284 771,284 0000000000000000000732f33d7f9ff95a519f1efc2682dbd441d0c8a47f5f1b 1.77 MB 1,361 3
771,283 771,283 00000000000000000000898f7c6610597b42447249cb5cad93be92d4cb98e7b6 1.68 MB 1,114 2
771,282 771,282 000000000000000000009e5562737aeea31e2e770a3e1c71701fe2599c186b69 1.56 MB 3,146 11
771,281 771,281 00000000000000000004402641d403722687c5273d2650faae35c041d30fc154 1.95 MB 1,050 3
771,280 771,280 000000000000000000032007830453dc3caadbd26c7bf9508e7dc3add26182f7 2.16 MB 281 1
771,279 771,279 0000000000000000000121463c359bbd414cefdd0b0ea271476f92bdc207a9e3 2.02 MB 406 1
771,278 771,278 00000000000000000003362b9ce3fca0becc7657ed1221bc058f179fa6a94b99 2.12 MB 432 1
771,277 771,277 0000000000000000000839f7958c6883218d41d479a93b2a9bd770c79732f1c8 2.12 MB 432 1
771,276 771,276 000000000000000000077aeb0d038b93be0ec2bd6e4254c79a8ae01647acbba3 2.06 MB 572 2
771,275 771,275 00000000000000000007ded74129253bf68edc00c144ace45c4e8f5138a2ef6e 2.02 MB 368 1
771,274 771,274 00000000000000000001646cf1ac3020085e79ce6e6e8ff1f24f28a9a57f40b8 1.49 MB 2,366 10
771,273 771,273 00000000000000000001d09fb3d73000f549a743968bcd02ae0c5f76468d2ab3 1.65 MB 1,979 6
771,272 771,272 00000000000000000004c33aa5688088806d77d215df896fa402e4767984d556 1.70 MB 1,998 6
771,271 771,271 00000000000000000006531b315d6a46d4c65dc8eb73926cd53307a2c376db06 1.71 MB 2,549 4
771,270 771,270 00000000000000000000ea110fd12c2d7facfa40a6288d18efeceec6aed06e2e 1.61 MB 2,770 3
771,269 771,269 000000000000000000057b958a224a0842dbdda46a0f61a597184f26d52b2cc7 1.36 MB 2,671 16
771,268 771,268 00000000000000000004602e22e94b30dbf513190c418dafc8c36f2fa11eb9f7 1.39 MB 2,093 6
771,267 771,267 0000000000000000000727aa5ffbeff412e0331740ece80fb030de62b38fca76 1.47 MB 2,805 5
771,266 771,266 00000000000000000000eb5b4cc3f9681a005c3361fa2a42a7b2125322a95c49 1.50 MB 3,888 11
Previous 10 blocks ↓
Total Size: 769.02 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,623.83 GB sent, 92.98 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.