Memory Pool Memory Pool Refreshing

5,109 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (51,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,841 855,841 00000000000000000001b2e623b2f88ca7489687728453da3d9a94eb217fda04 1.58 MB 2,930 10
855,840 855,840 000000000000000000030ff5d6299786fbc1696924194abac0dce7d36b210506 1.41 MB 2,220 9
855,839 855,839 000000000000000000031a38a00bcfb165c3a02e25fba1437ab2e5f8e1ab91e3 1.52 MB 2,406 10
855,838 855,838 0000000000000000000122d4e19018cbd66857ef521cdbdefad3a53b225a4e30 1.76 MB 4,642 5
855,837 855,837 00000000000000000000910466a53f4a9891a9bd70181bd39f80fb3be684383f 1.64 MB 4,574 2
855,836 855,836 000000000000000000006ed4645c75b0a3bedf972a8843162adc91fd1bc1d03a 1.54 MB 3,133 4
855,835 855,835 00000000000000000001e794ee512f1d1bce2e71f4bdc08458439427cceac6bd 1.46 MB 1,858 4
855,834 855,834 0000000000000000000009ef0bca96b01561d59216f4f9445977862de4472e0d 1.56 MB 3,269 8
855,833 855,833 00000000000000000002d3615c71b834184885b69109e6d44c947c15356e374a 1.58 MB 2,688 8
855,832 855,832 000000000000000000024d70ff13cbc312fc38c3ce36e23b5e05796220f687ce 1.56 MB 3,242 5
855,831 855,831 00000000000000000002e83d630a5f7c6a12d9a4fd09eca521af28f325a34f68 1.54 MB 3,290 10
855,830 855,830 000000000000000000009360ccd47e3c76c87a816559eaeb42b4693e3d467606 1.37 MB 2,084 7
855,829 855,829 0000000000000000000118817ec9d7066126b5b1eea17f6b924ee66c6da6f7db 1.44 MB 1,941 10
855,828 855,828 00000000000000000001cc91e0461b9ba4c01c4ef6d38c10e1d5dc6e482bfa65 1.40 MB 2,038 15
855,827 855,827 000000000000000000011e9471628485dd9590ec39e1325e129a73f2170ce957 1.64 MB 6,136 4
855,826 855,826 00000000000000000000f0ad3f71a164091fca1c50983b680279a7a7ebf985e8 1.65 MB 7,909 2
855,825 855,825 000000000000000000000727d6b5cac5706ee5bd76198899f0d1b8a63fd93b17 1.74 MB 3,821 3
855,824 855,824 00000000000000000000042fba79f5c2a0efc58411f44f8c2fa654db1be0e964 1.56 MB 3,008 9
855,823 855,823 00000000000000000002ecf80a1a9bb37dc833eff26980f9ea929ba67f918d76 1.64 MB 6,602 3
855,822 855,822 00000000000000000000fa01430cebc95b3d427f74cd3d61d16d52596e84587e 1.66 MB 2,989 4
855,821 855,821 00000000000000000001cd4321eb3cf064f03da6484491251d429f140c3738cc 1.51 MB 2,730 5
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.54 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.