Memory Pool Memory Pool Refreshing

5,443 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (108,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,123 799,123 00000000000000000001aeb770470d79908559e393474b3665ac7ba43c69135a 1.56 MB 2,264 14
799,122 799,122 00000000000000000003d70c5ea2d15eaebc2bacfa47e0fdba9d87da6a8da26d 1.76 MB 2,608 11
799,121 799,121 000000000000000000012917b2adb3c908e7fb1617416a5134ac8eba53b12f60 1.59 MB 3,159 16
799,120 799,120 00000000000000000004ab07ce5386d910a3396e4df5cbdc0234856a96151df3 1.64 MB 2,402 11
799,119 799,119 00000000000000000002f974ed6bc26a6b6640e6eca94537015dd85dcf84bdc6 1.44 MB 2,243 18
799,118 799,118 000000000000000000026effb7fbf6d7ebcfa409d94971b152f83071b85a4747 1.54 MB 2,426 13
799,117 799,117 00000000000000000003691b3262d512abab74536a35a23939eeec1969e63a3b 1.75 MB 1,988 10
799,116 799,116 00000000000000000001ad3ef3065adbaeccf45f292396d465d21398df230c3c 1.66 MB 3,320 15
799,115 799,115 00000000000000000004092d1c9d2eea725f8f99d6d4763ac784636bb7989f56 1.70 MB 3,962 13
799,114 799,114 00000000000000000002daa1e708138fa3549a6f076693ec12c3fe64f1d6437d 1.32 MB 1,400 14
799,113 799,113 00000000000000000001c689da27a6b19197d9f3c4b27b5a5beee30a33a51b65 1.58 MB 3,214 16
799,112 799,112 00000000000000000001f2e9ce69f708f1382807979873ce0c352c4ac404c587 1.54 MB 2,972 25
799,111 799,111 00000000000000000003c28eb3ec912b5adbee68107e2a0c98f3c5723afdc250 1.48 MB 3,082 29
799,110 799,110 000000000000000000052c3a3b3c2fe29237869621f4f0df22331e2022bd75d9 1.53 MB 2,386 12
799,109 799,109 0000000000000000000350aec659c22c98422b4aec9e16fab96278aad99e4484 1.46 MB 2,375 16
799,108 799,108 000000000000000000006ba8fc1a5c20ec8238022458a091d073934b7a3ba9e3 1.35 MB 1,987 18
799,107 799,107 00000000000000000000f06c05d28c6e93c71d66f82e1ee34a9c5d890c582ce4 1.65 MB 3,124 18
799,106 799,106 00000000000000000001e7a4928c717b5e9176f73c03048ded43f08df9c613cc 1.72 MB 2,605 12
799,105 799,105 000000000000000000049165f18437c117f67530bc9e7f2ce92eaa98119f0e8b 1.68 MB 2,579 18
799,104 799,104 000000000000000000003eca65e839367176923f06be9beeac8014df3780595d 1.55 MB 3,078 18
799,103 799,103 00000000000000000003e159049e3d8ac52361b5edf1481c32f0a6ed13402194 1.54 MB 2,560 18
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.