Memory Pool Memory Pool Refreshing

8,795 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,191 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (788,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,931 118,931 000000000000666bd71083cbf9b2dde444ed8b40ec62c6be6b09437f6bd7d478 0.01 MB 23 577
118,930 118,930 00000000000030e126de4460ced27d5a046ef3a6e1667acae098fa07b34a0ad8 0.00 MB 10 0
118,929 118,929 0000000000001463763801799e40d5e83dcbf044ddd4f80506a4fc6e9dd25b6d 0.01 MB 16 0
118,928 118,928 00000000000032142fd61d8f724da10c0979b1d8d43071911d1d1251fe9558ec 0.01 MB 15 0
118,927 118,927 0000000000002ffc85395682ca4c49cdb8a73dd06f8bb697004ac2bb7656242c 0.00 MB 12 0
118,926 118,926 0000000000004bdfcb024a2eb29c4332035cf953413d4b530ac429950ebfb5fc 0.04 MB 143 704
118,925 118,925 000000000000bc59128a5d7a3c4b1d44aa60baaf8930f6bb08fc58afa822ff78 0.00 MB 13 0
118,924 118,924 0000000000008511c5bfd124b4cf6cbfc7fb1e542bb37dc6e98a8591f322e436 0.00 MB 11 0
118,923 118,923 000000000000264196b84c4445b14df45d600fb3ea2ac6dd650f4d9a912c1b7d 0.00 MB 9 296
118,922 118,922 000000000000737809e83bf5c54cb23c373a5057351a3f77017fbd21abf358fe 0.04 MB 152 0
118,921 118,921 000000000000bfcec3085168e7487a753b0132240eb3fd5abd66ba892c249a2a 0.04 MB 138 51
118,920 118,920 0000000000009b39bd100fe8a08340fd2318a5254d88120412985e42ab654dbd 0.00 MB 12 0
118,919 118,919 0000000000008d7f4647ff2fd3c8842cdfacb23f90abf83f51a431ffb3a96bf7 0.01 MB 24 0
118,918 118,918 000000000000c75dbffc68a2af534c9b2a7dbe5ae2049bc8f8ec471bb011771d 0.01 MB 5 1,252
118,917 118,917 00000000000049fbb770a0fc0606da88b3d33460b7436d001f456c96c4f65586 0.04 MB 150 0
118,916 118,916 0000000000007f7694625b54328b8105a43d66c44d6995c478d340e3383a6b82 0.00 MB 10 309
118,915 118,915 0000000000003f231e3b33eac25686787a47338624bdceff3df3e78c7227cd38 0.00 MB 8 0
118,914 118,914 00000000000065dd00c48e14503a291e7b9828f3c5736fbbdf2c818580cdbc15 0.01 MB 29 2,014
118,913 118,913 00000000000058f89e0ae2eaa2b198fc5cdfc293ffaf10f05dbdd08576f5c8d8 0.01 MB 16 329
118,912 118,912 000000000000cb7444df4f835ab5364f8a05d486c0fa4b35f0acdc0589be5d61 0.00 MB 3 3,868
118,911 118,911 000000000000a08f93b324ff222b62decf5614031c129b802df6ba7601b39480 0.00 MB 4 265
Previous 10 blocks ↓
Total Size: 768.95 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,614.30 GB sent, 92.56 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.