Memory Pool Memory Pool Refreshing

2,856 transactions
1.26 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,364 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (564,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,123 343,123 00000000000000000e19a376a8aa82491afd88fca10c9a53d2ac710b2a477b86 0.50 MB 896 25
343,122 343,122 0000000000000000118a033de57665fa9badb59506d09ece725d81df4b1b9e92 0.16 MB 300 26
343,121 343,121 000000000000000013d3997741b35ccb34cb740c1dbdc273a50a2ab25f3ce27e 0.45 MB 709 18
343,120 343,120 00000000000000000b9cdac57da547138f74645de2f8c8d84feed7a95f78559a 0.21 MB 249 18
343,119 343,119 00000000000000000cd6842c304c7e8f9207d8d8e5b7186792197fe0d7976e82 0.75 MB 1,489 29
343,118 343,118 000000000000000012613986506ef6592952234a6a04946ef946ff0836405ad4 0.26 MB 443 21
343,117 343,117 00000000000000001307c0820ef853c7c79633db4fadc880b19d33172ae1e8db 0.22 MB 423 22
343,116 343,116 00000000000000000691cc877387f873bec81bbc52183339ff23c45c16777b13 0.16 MB 300 28
343,115 343,115 00000000000000000efd4743c663c9b7d8597ca87c2e3b6ce574c82c74d5082d 0.85 MB 1,446 23
343,114 343,114 00000000000000000878e9e9e091ef8360bf710c18afb4384e0bc3cee74bd572 0.71 MB 924 19
343,113 343,113 00000000000000000948f5c1f1a8c8073cc7d5161b98474e33904f8a1d6b0330 0.25 MB 738 36
343,112 343,112 000000000000000008a557d7854a0b865574d3d58757e2e2329a7b70d17b1df0 0.04 MB 70 16
343,111 343,111 00000000000000000dfe9006511d0536ecebfb86291006ee330936dbff69b751 0.54 MB 1,019 24
343,110 343,110 0000000000000000063461b25ce6e3f5ef71a1e05d11ce7f267ca941b1d8e72a 0.17 MB 252 18
343,109 343,109 000000000000000002fa21c842d48b1333461a1ed7f5f1809c61dd14b6b3a590 0.12 MB 236 26
343,108 343,108 00000000000000001676c140d47399d7097f5356f3cf8338340e16f0f322483c 0.70 MB 1,375 25
343,107 343,107 000000000000000015306168d391704a141ef05ae5cac4e1bf7e407d769c9fdd 0.66 MB 1,293 25
343,106 343,106 000000000000000014bb0ecd7ab7e963a7ebea807064e24b552c719a25c630f5 0.24 MB 363 22
343,105 343,105 000000000000000013c290b77d45d2ea7f9220aedfadfd556ad41b6bd39822f3 0.10 MB 152 18
343,104 343,104 0000000000000000139058a6c335d77c5b39d11ccf439d6fc73d5bb60aad2362 0.71 MB 1,074 21
343,103 343,103 0000000000000000186e8264071d92ba38488a7da26fa63884f35fef500bb06b 0.30 MB 802 38
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, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.