Memory Pool Memory Pool Refreshing

1,411 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,409 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (780,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,972 126,972 0000000000003d92c47a83a97c01574c05b520c3a8e82ffd0ca8724551b7bddd 0.01 MB 27 441
126,971 126,971 000000000000223155307aa858aa8848853f0392e77f4c24d7d37c6c272227d4 0.00 MB 12 823
126,970 126,970 000000000000400f796bf449330c33a620a856b66c63c3ad287796d9250f7a58 0.00 MB 3 475
126,969 126,969 00000000000024293d9eb34f1a216da6d7c4d96ab11dd3226633ada9f2b41f7e 0.00 MB 15 51
126,968 126,968 0000000000000fd53d2a324b1f43274a37a4a98a9dd73763467984bfeb16d00d 0.01 MB 26 979
126,967 126,967 0000000000000c6a697d7c09e50b25558d2f36fd772e16cc64f547a2abd64da7 0.00 MB 12 52
126,966 126,966 00000000000021e02787912e449bce65b91b9c63c48f76635ce5c0dbca7fbb92 0.00 MB 18 830
126,965 126,965 00000000000020a7a3d010c113dc971d992fab8a68c79a5e34197075baf4f0c6 0.01 MB 31 1,004
126,964 126,964 0000000000002aa69dd6d0d9a70e105bc20b86ed0e779404f46f8b0245fbf973 0.02 MB 58 334
126,963 126,963 00000000000041657147ee72f8deb15e4b077a81eeb81f43a12fde8d2db8c910 0.01 MB 19 872
126,962 126,962 00000000000031796f92144e0d80321f3e16b341ac0205e961a416d32063bd9f 0.00 MB 13 1,284
126,961 126,961 00000000000025d57222bfc250664ba63d2ed22ea29c16136983f0fb1449f5e0 0.01 MB 31 1,646
126,960 126,960 00000000000012610ecbc4edfea0751f13bc61d0380b8b9c9dc13d0f465246dd 0.02 MB 46 783
126,959 126,959 0000000000001e92f51afe5f68cc44d5ae922531f942f7b9acd515c1038a35bb 0.02 MB 66 1,136
126,958 126,958 00000000000014e2c50baf0bd2b547b27da5c21952f6388268903cf2ef89ab64 0.01 MB 20 83
126,957 126,957 0000000000003bd271a289c93c81e92c421c9b82b150270666f78d9daa5075fe 0.00 MB 13 2,420
126,956 126,956 0000000000003f64ac615a255df509994d816233ef2d94d14b5290adebb34a03 0.00 MB 15 768
126,955 126,955 00000000000022499ec32eff3269332361c141b627947e202512e8c6477a13df 0.00 MB 13 3,898
126,954 126,954 00000000000007dc46028a71a363662440d678ef7efa49ba301ee69468b5e9df 0.02 MB 22 552
126,953 126,953 00000000000012cf4ac29e1c3f4ad676a6ff75dccf5c8423a7e9c94f92c0e022 0.00 MB 8 33
126,952 126,952 0000000000000f5dd23e9e95cd55ab50bf6c44ce2a57bc2d54981e66e2f69866 0.01 MB 9 768
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.