Memory Pool Memory Pool Refreshing

2,754 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (862,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,661 45,661 0000000002d3be9421b18678778d63d5194a57de38623606187dff7962e07dd6 0.00 MB 1 0
45,660 45,660 000000001ffb8f117765b9376fa9bb9216f34d83b1d3dcc5597604f45077b21c 0.00 MB 1 0
45,659 45,659 00000000213f2096560af6ddf1b7e596aa76ea2a8c51daf85ba1f1976f3090a3 0.00 MB 1 0
45,658 45,658 0000000022687d85a4585a58e28941b7679f483bad5984e71161241fa630c156 0.00 MB 1 0
45,657 45,657 0000000019a6e425ad0c61b7db9ad043f55f4c5d988e009e4fa526fdff4cfd48 0.00 MB 1 0
45,656 45,656 000000003329dea6fd57fce073214c9592bf36b8652c0246d80f445b4e1a4257 0.00 MB 1 0
45,655 45,655 000000002c849a53ccfa6b666a144d81adbb3ae424e3cefe14b8b838adc7f4a4 0.00 MB 1 0
45,654 45,654 0000000035721fd3efafb6c0a9f4cb040fcdec427ba158234b925e8b421a1c39 0.00 MB 1 0
45,653 45,653 000000002c32f8b07b608c52078e8495dfb03063d7c4822990e55879cbb11324 0.00 MB 1 0
45,652 45,652 0000000001b1e953be2b0c8c5847efa654ba22b36a82e0eaad07f20d90058420 0.00 MB 1 0
45,651 45,651 000000000f630793f264f0232e78110eca660275ececb9d1bca8f0e8a527b911 0.00 MB 1 0
45,650 45,650 000000000341a3cc12e3594c33844558f64038ad8473b55eac81fc00744924ea 0.00 MB 1 0
45,649 45,649 0000000013aa763638ccbaa52cd39bcc05371120f3ef887274dbb6c4b1d9e66f 0.00 MB 1 0
45,648 45,648 0000000017027abd23c7f14cfeb570e6f1108c25bbe27e57782db5b36db916c1 0.00 MB 1 0
45,647 45,647 00000000107d73f5a85aec1a3a416bfbfe3e2b1d78f30a5f82f9d91619cd3461 0.00 MB 1 0
45,646 45,646 000000000bdb49a5ec5c39cd8790f50f2ce3dd33cbdd5fe83daef84fd7cc1758 0.00 MB 1 0
45,645 45,645 000000000c9fe3d4877867feae644307c00f90af04cfa2942b045f6b8ecd0dfd 0.00 MB 1 0
45,644 45,644 0000000017e469f6a85ec1301815b57fa57d8500db6e74d16e1170d908a73e6f 0.00 MB 1 0
45,643 45,643 0000000006a215ea6a1dc419366c173aa22b8af782d77d865dc015b4303b1e57 0.00 MB 1 0
45,642 45,642 0000000009c030c891824641f7a1bf1f550701ff4af3d2266b3a030361adabfd 0.00 MB 1 0
45,641 45,641 000000001b4a997bb854d6322631fc7dae2de7045b3d538ceceb91a1b55bc217 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.