Memory Pool Memory Pool Refreshing

504 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (148,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,890 758,890 0000000000000000000629b3350f7f7baef131f45b289eccb62e79675e521bb2 0.14 MB 203 7
758,889 758,889 000000000000000000037732200ecd62a61ca040d0af8fa741ce35f10f87fae1 0.02 MB 23 5
758,888 758,888 0000000000000000000169ae2a8cb9415747c9eeda78c409329518e875379e88 0.06 MB 64 6
758,887 758,887 000000000000000000048229e5cdac33f93b0d5a48a2e058a8747d26b4faa65d 1.21 MB 1,566 5
758,886 758,886 0000000000000000000720d77a1d553628185d5fed463c73d901a5c609aba807 1.57 MB 1,787 4
758,885 758,885 00000000000000000004fb275a3f1e35bc8074821dddbdb2630da82f9a22105d 1.52 MB 2,563 10
758,884 758,884 0000000000000000000758fe2ed5f11db9342045b2377af4bd0a12261c8b88a7 0.90 MB 1,193 8
758,883 758,883 0000000000000000000257bb8942f182f0e378760cf3c3934772da892173d65d 1.37 MB 2,251 7
758,882 758,882 00000000000000000001d67a70907efd0a70b37c3a6c577962465aad8982f837 0.99 MB 1,432 7
758,881 758,881 00000000000000000006d97be0fca5579c5f6ab135d4b3f5152d7bd172f6bb91 0.00 MB 1 0
758,880 758,880 0000000000000000000752a8439c684b3838dfa51374f3d9f2e40cc4ed50be66 0.93 MB 982 2
758,879 758,879 000000000000000000032a06c5fe2f26721b7e182c46dcebc32a23034bc06e79 1.27 MB 1,623 10
758,878 758,878 000000000000000000042670417a85cfcc951f2a7f79e0561f87639cad40ac90 0.14 MB 159 5
758,877 758,877 00000000000000000003ae9753e5eb0a85b0088d82f5f35326ef98d7529941d6 0.99 MB 1,002 2
758,876 758,876 000000000000000000071bf93dbda41707ffcadea7fb26da640172011fafdbd6 1.40 MB 2,375 11
758,875 758,875 00000000000000000004be3330b3d760300734ce016c1676e54d979ec4ea8318 0.40 MB 690 6
758,874 758,874 000000000000000000054ddbb18dd7ddc3fcbe97ec5c7ec7031e1e9536386c54 0.18 MB 432 8
758,873 758,873 000000000000000000050e6bd9f38c701feecb21988a32d6c900adead1cd2b53 0.91 MB 1,499 9
758,872 758,872 000000000000000000046ea4179d9debca417b1682b63bdc5531d3e695093fb7 0.40 MB 543 8
758,871 758,871 00000000000000000003389b84cc5fad97cf0410087d642324fab4e59895e6a2 0.42 MB 840 7
758,870 758,870 000000000000000000018b00c5b9600cd9f1f2fae10eae75b3c988126565c1b0 0.58 MB 909 7
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.33 GB sent, 93.42 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.