Memory Pool Memory Pool Refreshing

1,277 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (277,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,714 630,714 000000000000000000020ebfb4870a762664d41327fbbd4e610e1ec64f6d1742 1.22 MB 1,923 148
630,713 630,713 0000000000000000000ccefa9a822b13021bf4eb898929f65a5416d9661a2f0f 1.20 MB 2,393 162
630,712 630,712 0000000000000000000dc6fa8256f016f9643bf3f276b3ae37e90d98c77a5183 1.25 MB 2,147 36
630,711 630,711 0000000000000000000cbc40892b50d5b7e6ae6969e79e8ca998702e441a67b5 1.17 MB 2,281 44
630,710 630,710 0000000000000000000f805691742b77ffe81e2bf67b699bd48686752aee6916 1.22 MB 2,332 39
630,709 630,709 0000000000000000000effc3e9d03f7156fc2b3aedf921203dfcb8c446b60fc0 1.26 MB 2,216 78
630,708 630,708 00000000000000000000c5450171f6f6dc8cdd90ba82862b5dc72e90d060bcaa 1.29 MB 2,093 31
630,707 630,707 00000000000000000010c1bde98d6f95598608d15b5710526fecac62223d7e08 1.18 MB 2,377 135
630,706 630,706 000000000000000000067ca33285871b96a737b60cc3ff092a4f1406258990ef 1.08 MB 1,593 174
630,705 630,705 00000000000000000002e50543ccee841c015aba959d6c03dbd1c7d3d4272770 1.23 MB 2,286 17
630,704 630,704 000000000000000000038629561f89545c40d83f6983151b468b51a34189f30f 1.31 MB 2,942 80
630,703 630,703 0000000000000000000daeeea0e1c539729d5fbefa53e95072a4648c9070af1b 1.33 MB 2,990 82
630,702 630,702 0000000000000000000737c9578f43d55bb435c92d7e9291169298adadc40159 1.19 MB 2,051 9
630,701 630,701 0000000000000000000e00a0cd984d50aa4784798830d3f18cdac80bcb9cf9a1 1.30 MB 2,920 79
630,700 630,700 0000000000000000000e651fbb20cc3794ba0eb5ae0066aa18952ac3ce386b6e 1.15 MB 1,926 40
630,699 630,699 0000000000000000000e7d4a45ddb51f1a67db5df3bdb9f5ed11c6c7f7393a50 1.20 MB 2,283 49
630,698 630,698 0000000000000000000f190dd4175f49a6f0511b419a08ab9a8fa3b73a3fba81 1.10 MB 2,432 37
630,697 630,697 000000000000000000103034a6ff5880f965332269434ff28143a0b9b81f4314 1.28 MB 2,789 73
630,696 630,696 00000000000000000001fd28636e279b7b9cb00501fd4a9f9525201817bac774 1.25 MB 2,719 60
630,695 630,695 000000000000000000103391be3c90ad96c644d789cac20808c86dd4069ceca7 1.36 MB 2,123 44
630,694 630,694 0000000000000000000bd4646eb959f6e1cacbf99963f2f528ff640767e66241 1.26 MB 2,498 92
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.65 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.