Memory Pool Memory Pool Refreshing

1,700 transactions
1.15 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
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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (858,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,752 49,752 00000000054a734434ca0dbded4a5344a43b3d88d0587f3019d2a61e313928ad 0.00 MB 1 0
49,751 49,751 0000000014a23385d78593f0defbb34ff4bbaca9b63e4f8601822b032f2d917c 0.00 MB 1 0
49,750 49,750 000000001561b26387862ce956c7c3b4e76a19b1fb9feee04d8e1934f846bc5d 0.00 MB 1 0
49,749 49,749 00000000271d5f10924777e110fd03b7e56cd7aa3c80356dbf3da54944ddf42b 0.00 MB 1 0
49,748 49,748 00000000153a69bb521b254f7d116b28a407c8e68d15a845b50e615ec680cd2c 0.00 MB 1 0
49,747 49,747 0000000004c08798ae214dc1469f5fb06d1ec7726d680c7773d67a8b21156d9c 0.00 MB 1 0
49,746 49,746 0000000009461d948f2650c30787e1b41b149d2e61d4b8341d547ddae09bfd6d 0.00 MB 1 0
49,745 49,745 0000000001705e76234463f528385eb4d5fab38dc00e88b6f9b5633c7b7da18a 0.00 MB 1 0
49,744 49,744 0000000013b12cb09e777258f4b032d36a6c86fec8598d0665110350952528c8 0.00 MB 1 0
49,743 49,743 000000000603050741e2de41a2e5401e1f3d4047b0280c6ddddc11b745d64070 0.00 MB 1 0
49,742 49,742 0000000008158fc445e8d8fc9aa65c8295b35359a229262df89fd66b75fa00b4 0.00 MB 1 0
49,741 49,741 00000000026434ab1e6f9a87e22d3c089b82aa8acd77ba37c555bba59153a1d0 0.00 MB 1 0
49,740 49,740 00000000070201dc1206ac19a0f909a764dbb22f1640a9fc31a401e8d2e13374 0.00 MB 1 0
49,739 49,739 00000000038ef1c8ca4a95fbbe71248998bce37414bb7a473e1ca080b1bae601 0.00 MB 1 0
49,738 49,738 000000001c675ec3d0bf9f9124b13389486bb7dee7e398ed0b714fca0c6b8921 0.00 MB 1 0
49,737 49,737 000000001f80a222f79f02c775a4dff7aa5a56019a9bbe0d952f2408f50b5378 0.00 MB 1 0
49,736 49,736 00000000175ae0904a55f36ce5d12fb9976c1677a66166b289994769c7167b97 0.00 MB 1 0
49,735 49,735 000000000617bee093559d67128e4e3176f54c7c7cd3abe6ebe7d23ec94e035e 0.00 MB 1 0
49,734 49,734 0000000005f6598b8d72c9d241554eb610a13d4762035961fea10db1950f23bf 0.00 MB 1 0
49,733 49,733 0000000021f03bd7bdf1addbcbd3c6d68db1c06025287adc85f303cf45848a74 0.00 MB 1 0
49,732 49,732 0000000003f480df43d3be781ffcc1843ebe189407bd6798dc6b786dc5e08339 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.58 GB sent, 98.37 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.