Memory Pool Memory Pool Refreshing

5,876 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,948 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (174,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,202 733,202 0000000000000000000518f1c1625a76e67275f543b456ca77258a8a57d5ac0b 1.10 MB 2,323 2
733,201 733,201 00000000000000000006b8ac1233d601d602530bd20bc37a20bd91e1a119aeb1 1.42 MB 1,797 6
733,200 733,200 00000000000000000002e67493bcd0ba8c99a8fb4190198736a22f7dd7908d38 1.59 MB 2,241 5
733,199 733,199 000000000000000000049a686acc0c2d25d70dead22751abb8a30f2367a45b8c 1.49 MB 3,513 11
733,198 733,198 00000000000000000003d3f07e4222c9a2d5f36d05ff4f5485eab5a43555fed6 1.47 MB 3,200 14
733,197 733,197 00000000000000000000e76f410c73c808c76bc5dc89759a6dec8328fa9bffd0 0.05 MB 86 9
733,196 733,196 000000000000000000028a45a4e78f1c4ff09aa05e79e5a84a47f315932891d5 0.56 MB 420 3
733,195 733,195 00000000000000000000c395cc9c564f460b4bdb173fd4f9b6e69ee3454dac9f 1.48 MB 2,919 8
733,194 733,194 00000000000000000000bee7fcfd5d49ae7fc4471088de3f0aef723c911d3e99 0.05 MB 107 8
733,193 733,193 00000000000000000002a6bf6ed260c46e3c463c053a404cc6ae14555988967e 0.04 MB 135 11
733,192 733,192 0000000000000000000221ee018fe70af02bb7cc46c2015398a67548894b35b7 0.20 MB 424 9
733,191 733,191 00000000000000000005eab8a770a18f13451cc1910af0123d3766fb13cce669 0.18 MB 294 7
733,190 733,190 00000000000000000007a8fe3851299021e99f1c6609fdcb9d0d98b2d6c309b4 0.84 MB 1,760 8
733,189 733,189 00000000000000000009a6ad0aed66d53355aeff04628701b14440e338d04d0c 0.82 MB 770 7
733,188 733,188 00000000000000000003f933bd9a9a3e5d3d0f23652e54306945b92eb91818b9 0.49 MB 939 7
733,187 733,187 000000000000000000075b8673ebe9a3138680b51f9d5ac188a9faadf38c9ef6 0.72 MB 1,124 7
733,186 733,186 00000000000000000005fab8d4c2099bd0694134db658500fedcbbddf7adb073 1.71 MB 1,393 5
733,185 733,185 00000000000000000002f2280a3e8c3feb60f6348389f856fd0b8ab7f53cc3da 0.51 MB 525 7
733,184 733,184 00000000000000000005927e2486528032e3506595615314e8e14afef6517997 0.19 MB 22 1
733,183 733,183 0000000000000000000032eca8599f884d8b9c3015206bf626a9d8930ace8b5c 1.38 MB 2,062 7
733,182 733,182 000000000000000000052881d5a5f0c50ae2687001b88473ed45a229166410ed 0.39 MB 787 9
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.