Memory Pool Memory Pool Refreshing

7,089 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (202,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,701 705,701 0000000000000000000310a359172b9df7013cd926d3e0051935fe1fb16fcf07 1.08 MB 462 4
705,700 705,700 000000000000000000068ef99511d1fb4c1f395a62731422221bbfc6a020d0f2 1.59 MB 2,069 4
705,699 705,699 0000000000000000000c755eaecb55c72fbdf5aa500eb4cc5455070a0b7755ce 1.57 MB 2,377 14
705,698 705,698 0000000000000000000c4ed02fafc7ab2992364fb8e29571c9d8b1be4b77f666 1.43 MB 2,714 10
705,697 705,697 0000000000000000000c580a134bed8cd7403dbd19ffb158c7563464edef48e7 1.38 MB 2,547 28
705,696 705,696 00000000000000000005e8163028050d8fe06e7e2cb9a9d7060bd16d2d720552 1.62 MB 2,428 11
705,695 705,695 0000000000000000000c1888b6963430475e93c08e8c931b3f962a3a5171bd10 0.88 MB 579 3
705,694 705,694 00000000000000000009321bd851cc39e439a5d104c1241c9fe8d2a2a584b2e0 1.30 MB 477 2
705,693 705,693 000000000000000000066caa43580ef1a73013e76d64320b7c52e5dd190d7104 1.49 MB 3,058 7
705,692 705,692 00000000000000000000166538e1241c52993dcd56282a4f1851a30b4930c500 1.47 MB 2,602 8
705,691 705,691 0000000000000000000d3ae1adf514864e41832837c2939089140401aa971949 1.38 MB 1,814 22
705,690 705,690 000000000000000000097d33b8f7e5d658b162a487e515fae759109cb6385df2 1.39 MB 2,333 5
705,689 705,689 000000000000000000072e0a27c1c375754106c30cd59881ee5f054ba34041ab 1.50 MB 2,915 7
705,688 705,688 000000000000000000081ae9dbe8b9f5288912bb634ad7b02d3240e41999d350 1.47 MB 2,955 22
705,687 705,687 0000000000000000000a26a37dd4197f02bb97578ced9e59e22b5f8194acb259 1.34 MB 1,211 4
705,686 705,686 00000000000000000002948205e56e0b47e49162a01880e1e54d8d8514757703 1.32 MB 2,066 11
705,685 705,685 00000000000000000007301d43ec0b1b96aea0343a1c8700b0a1e15324266929 0.89 MB 911 7
705,684 705,684 00000000000000000000ae5dc248e33188d5c183e12f5cda48b53447f8a9bf21 0.06 MB 101 16
705,683 705,683 00000000000000000008e40f65e25db6addefbb88e1c05747ff270262e4f9f88 0.60 MB 1,116 6
705,682 705,682 0000000000000000000cdc84170444737c032e6a045a30ace35e0edc47c90a11 1.41 MB 2,863 14
705,681 705,681 000000000000000000065eb869ae136cd3521634c0e04add9cf885340fa2f3ce 0.73 MB 1,256 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.