Memory Pool Memory Pool Refreshing

9,962 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (200,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,638 707,638 0000000000000000000310f8688af468bdc440864377085eb4ec6486f24ea860 1.66 MB 1,529 15
707,637 707,637 0000000000000000000bc17cead08ed35656de2918dfca360ebe5c79a84bd361 1.74 MB 777 11
707,636 707,636 0000000000000000000c7788008db4716287289aef98461835b2128fe31e6700 1.63 MB 1,492 16
707,635 707,635 000000000000000000044b1bab211bfe147cc4c8f3b2e6304fb7ff1cd19f7083 1.52 MB 3,018 9
707,634 707,634 0000000000000000000ace95ff4daec29077a02352aa4854e6e47e54e6ba0845 1.45 MB 2,423 35
707,633 707,633 000000000000000000024a3567430ad1553d2d6585b3c3fa7ce824f58af2f4da 0.37 MB 605 9
707,632 707,632 0000000000000000000a7e85ef95731e3e69a4dc34830a2baef2709cc1e13cab 0.84 MB 1,357 7
707,631 707,631 000000000000000000064f7a61ff78b22ee36a1cbe0c053248c2029dcb76da09 0.43 MB 631 7
707,630 707,630 000000000000000000041edc3991ad7515de22b8e534d2ff6a4eeb1a39c8287f 1.54 MB 2,094 5
707,629 707,629 0000000000000000000b402e6665e4162d1dbf071023aa516dcc3f166a2a7d32 1.45 MB 3,012 9
707,628 707,628 00000000000000000002fb3858d91f1502ad0417b531c363de4d184aa7c3a3ed 1.37 MB 2,274 6
707,627 707,627 0000000000000000000932063c1d0f699fd97e1e9e9234d04e3949fec5e2dab7 1.58 MB 2,857 7
707,626 707,626 00000000000000000005765319154fd9ff3cafe86380e0e68b7b88df753c09c7 1.45 MB 2,978 23
707,625 707,625 000000000000000000000d036d6243f6fbb160d069f3e3e3962cef62c3f731b7 0.50 MB 1,121 10
707,624 707,624 0000000000000000000b4b59d105adcdcbbe83cac089f2549d62bbb11c990b8b 1.08 MB 2,253 10
707,623 707,623 0000000000000000000c47243705a14c09817b27611bddd500480d3f2a677c64 0.28 MB 560 12
707,622 707,622 0000000000000000000a00ca2a2bb99756160ea622df9e39e45b8391b36a0afa 0.57 MB 927 10
707,621 707,621 000000000000000000057b9d0fc540fc1976268bb9a862875099b62b90f65b1c 1.07 MB 2,050 8
707,620 707,620 0000000000000000000c1da8441c1c5eaf0e59afe2590c2dfd4080847dda933a 1.55 MB 2,733 9
707,619 707,619 00000000000000000005a74c97c459647dc0dad1b4dcc4cb2fc72eb47c332464 1.01 MB 1,377 3
707,618 707,618 00000000000000000007ed94efda357a565a83c047c19284edd78351fda25b29 1.48 MB 2,591 19
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.