Memory Pool Memory Pool Refreshing

5,587 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (844,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,700 63,700 0000000006684cbd8e5a124ab2f2990ca515025095b1edac910742cf20bd2a91 0.00 MB 1 0
63,699 63,699 00000000068b567a4a499d474f87e6d2feb2244ad221fb0bd3142d9159161a7a 0.00 MB 1 0
63,698 63,698 0000000000f3fcb10f63e055f8f0d0bf0123a743803531e8a8e421eecd344800 0.00 MB 1 0
63,697 63,697 000000000ad407424ca4b0eff98bc4d9c9f3b317c1cec885064a95d94e6d5c16 0.00 MB 3 0
63,696 63,696 00000000035caa18f37ce4572bf16b4868d08ba27e86b334c00bb624d87f2d24 0.00 MB 1 0
63,695 63,695 000000000be3835ea9a377a8797c5049afe2706cef084baa2be5ff5c96561135 0.00 MB 2 0
63,694 63,694 000000000912d34de442f2dffb4e4bc5d8572032c7c79c4391c2ab3bbd264792 0.00 MB 2 0
63,693 63,693 0000000005d8840687d26f0200b7cef8b48f60ec7edb1b2d1879085d7c3688eb 0.00 MB 1 0
63,692 63,692 00000000046645fd852f9755e833e484ca27fa7f3d44f4f455834198693e72f8 0.00 MB 1 0
63,691 63,691 0000000002ebf95aeb8000168ac2bfb2d265e89dc14ec292a3b3d89bbb976255 0.00 MB 2 0
63,690 63,690 00000000054c97d73d1b6b04c2d83c810cb2ac1a2cba59babe180f04a24d75ac 0.00 MB 1 0
63,689 63,689 000000000282f44cd353cab3daabf9fd6003a484b3ffe25d49ac1fb2a677cd76 0.00 MB 1 0
63,688 63,688 000000000b1fcf3095c42b641c9cc00f8f149ccb150dc0251d234d18a8176f0f 0.00 MB 2 0
63,687 63,687 0000000001d40b62dc804f0f609c83224d230e4e2caeb8dd7e2e4b65b9397ada 0.00 MB 1 0
63,686 63,686 000000000c17fd0e282508f696f5d203429163a3d1170dba41c71e21a7d69125 0.00 MB 1 0
63,685 63,685 0000000009ae6ed1fc7cc2b5cd96caf6025ed301831de5ddeb89f9c6db80f6f8 0.00 MB 1 0
63,684 63,684 000000000369a722106edfc7b19839cd33659571a475442b6b2ecf448049a2da 0.00 MB 1 0
63,683 63,683 0000000005a676c699fe2999ae3a39779bb811bedd98f62db003d7d6732844f3 0.00 MB 1 0
63,682 63,682 0000000008e4d3fc9bfafeeafc7e89293349253cbd8789240a666191b15322ea 0.00 MB 1 0
63,681 63,681 0000000009814c37c17b6e315d4d30fc8c896921b97a48965b9014fbc298eb39 0.00 MB 1 0
63,680 63,680 000000000725bf8eac4a4d465a43ef9465cb83431f6ed46c07012c08873db22c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,849.15 GB sent, 100.95 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.