Memory Pool Memory Pool Refreshing

7,518 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (829,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,746 78,746 00000000001b90ab702789401fbbda29df24db8e5d12bf3ad774e1ca6e38366c 0.00 MB 3 0
78,745 78,745 00000000005a8d955a32eb4396ca40b048ff592d66caa03858d86585992bf395 0.00 MB 1 0
78,744 78,744 000000000011ecf47ce0d5b8c23ddd6d4588747524ba8c4a13ad64da5feedae6 0.00 MB 2 0
78,743 78,743 00000000005a0eb63b08bcf406a51ae19545b521be36af9d6092181d9b4e5edd 0.00 MB 1 0
78,742 78,742 00000000000a5f6b4cb16795a1772069fddef7ea4b06c71d138a9fad6edfa751 0.00 MB 2 0
78,741 78,741 00000000001097f8199c99aa0d942bc058fd0c46329755adaf2d9b444009d21d 0.00 MB 3 0
78,740 78,740 00000000001f3d733b1748471b368c8a67c332d08d813a063718018025bc55b2 0.00 MB 2 0
78,739 78,739 0000000000337ec9d23682c0a9684307f108afab43d1ee951ad243cc3330027a 0.00 MB 2 0
78,738 78,738 000000000004de495842e1eedf4b2bc5a0a14cb0e343d22bbd972bd0ca34a697 0.00 MB 2 0
78,737 78,737 00000000000b65eb9c270a15984d9772fa46355bf0cb7b6bec44b9a72cec4ee5 0.00 MB 8 0
78,736 78,736 00000000004fe56d6b1853126962712f3211cfc0c554c8d4aba559ba7037f1c7 0.00 MB 2 0
78,735 78,735 00000000005a7dc67145fbd3e8ef48b211ea02ee090bf6d95d11e7532d9ad4ee 0.00 MB 3 0
78,734 78,734 00000000004b9d1818074aa370171e524dd252171ba90551ff4fd6ac54867bc1 0.00 MB 1 0
78,733 78,733 000000000015d626c8068eeeb3ac13d2cbc19478fa61f817785992671b56ff54 0.00 MB 1 0
78,732 78,732 000000000038ccbfc536d95d740ecac60688553ab9812c7d60a59c5af307659d 0.00 MB 6 0
78,731 78,731 0000000000142d432101a55ec521ec3ef4b6f6d65fcd88f5f862afe0640d2372 0.00 MB 2 0
78,730 78,730 0000000000390235b069fcbc9bf58ee8219dedd1faa03400226f8c2ce60a1d6a 0.00 MB 1 0
78,729 78,729 00000000005647e67b3f4c5e19db9f02c04ba33b5e5f280337bd4a481f3aa0b9 0.00 MB 1 0
78,728 78,728 000000000040905800c63dd52c763eb65f0c320d271bbf1e7b1e25d32ec38422 0.00 MB 1 0
78,727 78,727 000000000013e1b4da347ecab5b2675c0f2e485405a59fe8ccecd1cd010d36d3 0.00 MB 1 0
78,726 78,726 00000000000763bf05f64424c06953c413e6bbfa1d6192336929a17fc625febf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.