Memory Pool Memory Pool Refreshing

4,281 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (258,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,969 648,969 0000000000000000000ef665789dbe2a32c6b90078dacdbaf1863aa027494215 1.10 MB 2,897 43
648,968 648,968 0000000000000000000af0a2241cf7061156016c2f3636c043d211443c003542 1.27 MB 2,728 85
648,967 648,967 0000000000000000000156547593dde797ea78b4336e1e3d28a89d2c5118af2d 1.34 MB 2,909 88
648,966 648,966 000000000000000000005188bcc0bf10bc432cb4677dcedb8004d84e149d3ea3 1.11 MB 3,014 55
648,965 648,965 000000000000000000053516d14ece617b035c3c6316d4c7a3f2a17ef97b2118 1.35 MB 2,928 97
648,964 648,964 0000000000000000000fccb1408bc7fa4d1fe6bf6ce61b3b8c1ad8221b79df6e 1.21 MB 3,031 74
648,963 648,963 0000000000000000000b7ae1dd7069a4d6b89049d99919129ea8e91d86eeb4ca 1.18 MB 2,246 70
648,962 648,962 0000000000000000000fd35486fd81273c8c3fd58c5ee90d1ed9836446c2831f 1.38 MB 2,584 103
648,961 648,961 0000000000000000000aea796a9838e19a1c59a701e5c873880ec16ce4fb87bc 1.41 MB 2,813 102
648,960 648,960 00000000000000000007abcad161c859b832ab11e74ddb242f066a03ab3dddb2 1.28 MB 2,778 69
648,959 648,959 0000000000000000000ac2836e456cea8cb06edd7db79fea042cd344ceedb800 1.25 MB 2,999 79
648,958 648,958 0000000000000000000fb897b0e76a5c6aa08cad99a9f1d0f369987c5013bec4 1.30 MB 2,747 76
648,957 648,957 0000000000000000000d5e1441ea64c58c21db674bb36423878675eb65f28f48 1.28 MB 3,090 77
648,956 648,956 000000000000000000016f2d1eb592e709daf66aa262615383346bdffb9202f0 1.15 MB 2,773 64
648,955 648,955 0000000000000000000664652e3e98af6768430ce3f6ef3c9a93bdd6963be0b6 1.08 MB 2,897 63
648,954 648,954 000000000000000000087ad36be7dabc5df473564b6af222dc11ac6e85da38c0 1.31 MB 2,610 89
648,953 648,953 0000000000000000000215f11ca2515524dabac0cc77d888a8ada6757d49cac0 1.29 MB 3,017 90
648,952 648,952 00000000000000000000a885a59129bd8d0aaf7e1747bec1646467da7c034b03 1.27 MB 2,634 94
648,951 648,951 0000000000000000000ba6e2935b3cdd48f0e64a622f850b79cab93604d8de78 1.28 MB 1,834 93
648,950 648,950 000000000000000000054554e68ec9befebb6cc7f659f4ab4c3bbced720a5343 1.19 MB 2,896 80
648,949 648,949 0000000000000000000b5051dffe7dc45bb2fa1e79e2eb6e461f745ed12c09d8 1.35 MB 2,748 101
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, 114 incoming
  • Data Transfer: 1,642.67 GB sent, 94.43 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.