Memory Pool Memory Pool Refreshing

6,630 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (437,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
470,689 470,689 000000000000000000ba25fe471e0adc967fa11f2f3a4843bc0c2220e3abf916 1.00 MB 525 28
470,688 470,688 000000000000000000b0f09997d1c1abde72f83320a71b9634c9a0b5a3fd979f 1.00 MB 1,550 85
470,687 470,687 00000000000000000053e5d83e4e3e5ae766a6ae338ba9c832ebfb44f6dabe59 0.44 MB 802 372
470,686 470,686 000000000000000001816fa4cb249e6f687027f680c6ed5b08c4921487898818 1.00 MB 1,879 272
470,685 470,685 00000000000000000053c908a5fb8e0100ada4ae6b921e96adb5feea10470672 1.00 MB 1,924 484
470,684 470,684 0000000000000000011b712eb79103ae98a53c0cd9e49d166751607db6ae3865 1.00 MB 500 249
470,683 470,683 0000000000000000009ba4f8f20742cf199f03ffdf2eecfebda80501b1a1a57e 1.00 MB 1,638 87
470,682 470,682 000000000000000000132d3ed63423cf3fb35ea3fa43c1d7eaadf8bb879ca16c 1.00 MB 1,398 84
470,681 470,681 000000000000000000a58c4a0e1bc420bfe1bdc25b676a390ea1fc603021b1af 1.00 MB 1,187 151
470,680 470,680 000000000000000000cb158d2dd6e4f87eb55192bf503e9c6bcdd90748acfc95 1.00 MB 1,018 124
470,679 470,679 000000000000000000128f9df4e4642313f68e7ec046deb9597919a1875d1cd3 0.10 MB 190 236
470,678 470,678 0000000000000000005d1cd8599bd02ab67a85b770670eed8c562413c2f0aa6b 0.10 MB 70 66
470,677 470,677 0000000000000000012ec2658b25e11a14f56db209979fe8fd0d330beaa1ca65 1.00 MB 1,643 114
470,676 470,676 00000000000000000005169f2b2418fc278c28e02db81c82cbaf4c370e147680 1.00 MB 2,346 375
470,675 470,675 00000000000000000042cf25e1004434332ab47bd308d0379627aa03118d6751 1.00 MB 1,615 162
470,674 470,674 0000000000000000004e413b7dcd1082bc15b0343745eebf6ea492fdebdcb700 1.00 MB 2,224 164
470,673 470,673 00000000000000000193b3adf58359d5a46ee7f78663171112ab5dc6ab4d8461 1.00 MB 2,030 378
470,672 470,672 0000000000000000015050395f11698ef31527792e2395b122b7f871c217d870 1.00 MB 2,050 476
470,671 470,671 000000000000000000170620ad87404704294ec3c7fcce5532d827ac686e1da1 1.00 MB 2,893 122
470,670 470,670 0000000000000000008f53137c5addb2e99f56dc1e054516616b8bbb9cc79ea0 0.99 MB 2,394 411
470,669 470,669 000000000000000000283edfcfef91c117e64f1f18f7d07a6324ce65be9b753c 1.00 MB 2,054 175
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.