Memory Pool Memory Pool Refreshing

2,589 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,489 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (565,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,637 342,637 000000000000000005d9e299463571a15e2c4771dd51a1c7c8896e6a5b721e62 0.01 MB 24 22
342,636 342,636 000000000000000010a534eb9a7aa9e8fb247f562470d74afac2b3ade3e74c64 0.07 MB 153 25
342,635 342,635 000000000000000005b85b9881dad33d658e1bd6489b9726c2a8ad2fd0b72aa1 0.17 MB 358 25
342,634 342,634 0000000000000000156af8a206aa832c26f4934a1af75c06b36162af74c8e7d2 0.00 MB 1 0
342,633 342,633 00000000000000000a692fb5c9b5f847a46cefb2935c0289c81fe17da45f9d57 0.13 MB 193 29
342,632 342,632 00000000000000000ec40ff63ed5d5613199fd23c2d9ec64307102015f24bd80 0.71 MB 1,114 21
342,631 342,631 00000000000000000ac04ef67d0f7b0c27af4d597eb6231ac8e5c8e6401bf87d 0.24 MB 492 26
342,630 342,630 000000000000000006e939365397ec38d285a452b1c7470693f54774b1e07213 0.19 MB 356 27
342,629 342,629 0000000000000000186209311c542bb96001b0daf4085e41c1037ab4746c3353 0.18 MB 295 23
342,628 342,628 000000000000000007e8a2e5c5d3b33a1e9838bb0cefe3fb2c02a904ea844d7f 0.18 MB 317 22
342,627 342,627 00000000000000000df57cf5705a81ee045a4426559403219176d6d07fb79bdf 0.23 MB 444 25
342,626 342,626 000000000000000016a071c12089135c7d423b281de0f6487ba8239c6cef8b6c 0.43 MB 821 25
342,625 342,625 000000000000000015b1b111818475430df19a30e03185f69177c20eb64b14f8 0.20 MB 415 24
342,624 342,624 0000000000000000133411329ec08a7d23b06ae9c2bd9ef53335061508c554c5 0.68 MB 1,069 24
342,623 342,623 00000000000000000fefccf03c221b7fa109cef24fc0f9f62f06619c9b37896f 0.04 MB 72 18
342,622 342,622 0000000000000000044f66d6c96d729f7a70581d15b5fba7e72718e2005da2dc 0.13 MB 256 26
342,621 342,621 00000000000000000b2558f0a5f9bb06ce7a6a3b927c81b6566f9f3232f81b4b 0.53 MB 971 25
342,620 342,620 00000000000000000c7e50cca771c8d12f8cc6504c274dbc825b85bf7e48a312 0.42 MB 739 20
342,619 342,619 000000000000000001d9c099714b2dc9a0d053e5998c7fd64b68d149feb882a0 0.50 MB 939 28
342,618 342,618 000000000000000000edaecb2d72bed8166dbea885ff7819eb3c951fd0d7b3a1 0.12 MB 65 8
342,617 342,617 00000000000000000305035584d49712f74e85c8e3b4bde8ed4edd3215d4c4f4 0.75 MB 1,325 24
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.