Memory Pool Memory Pool Refreshing

2,993 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,292 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (858,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,763 49,763 0000000007db79e3b3c9575767f2e142565d5b120580d0c80844af75d38e6c6f 0.00 MB 1 0
49,762 49,762 0000000014924983760391adefc1728f569dfd6922dee2f6e8cd15f8fec90cb0 0.00 MB 1 0
49,761 49,761 0000000023be60661897d0262141a326fc23474eccce6496cbceb4df67fa9bdb 0.00 MB 1 0
49,760 49,760 00000000157fb70475d36d3f05487991a1d736d55080eb47557dd0f50d400ce8 0.00 MB 1 0
49,759 49,759 000000001067fe78923a386414786a22ee38a7d018cfabf6f351666d54cee451 0.00 MB 1 0
49,758 49,758 000000000be5dfaf1c4bff5d7b7b947b608f01ce03319823fe0754b43c145d95 0.00 MB 1 0
49,757 49,757 000000000b798cafebf61ea8eab1ed0977f0e9fbcc9edfe3d6954b10d6d3d742 0.00 MB 2 0
49,756 49,756 000000001d75d12960185983a64be16cfa0c534b81931b74d33fc8d67e71459a 0.00 MB 1 0
49,755 49,755 000000001e149212a5e4f3134c5125d03e6ee191e64df899615ec86c568028b3 0.00 MB 3 0
49,754 49,754 0000000029b901fe03b6fc2f2147dc90e04f509bdc599d42d3bab262458308f2 0.00 MB 1 0
49,753 49,753 0000000003cbd546b0cef03d1bdd722a4e0921b7209c4d12b886fd8ef9004d5c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.