Memory Pool Memory Pool Refreshing

6,219 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,374 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (776,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,687 131,687 0000000000000d69d01fefee4ac46501eb2f18490cd11c0c3bae91b35644d6a2 0.02 MB 70 853
131,686 131,686 00000000000007a81aebdc313c947009b9e82416eaf9ab0fd7cc644f19bd1d17 0.05 MB 106 594
131,685 131,685 0000000000000169393738f19498219c46e19c89ac4f63672915c505100d2ce9 0.01 MB 23 1,374
131,684 131,684 00000000000000b1121d050c6e1a2b9f284427bbe19bf63ffd3bb54fe44f7b0b 0.04 MB 94 391
131,683 131,683 000000000000117bd35c5b4c5d1771d1bd02c491a20f8ec28b8da459d6b719f6 0.05 MB 144 307
131,682 131,682 0000000000001192889433d3116db72b03f4721043178da8ef953121838db93d 0.05 MB 84 159
131,681 131,681 0000000000000fe6ba15a28bdac80c3f2fb6efa42aa26d0bb15fedf37a0fec4b 0.06 MB 90 535
131,680 131,680 0000000000000a24102abdd1d7d00bb79debb70448421c195f995133224d956c 0.01 MB 36 1,349
131,679 131,679 000000000000044905bec239cc125ca18899ba33bd896a790bd529e10ed50133 0.03 MB 62 1,101
131,678 131,678 0000000000000ef49520a2e29fe28f58c40ea0fbba152de72f2e3b31b833f095 0.05 MB 172 182
131,677 131,677 0000000000000e71edae0fc4b819606de131b12f98c4c223e7bdc7caa351fa4e 0.05 MB 138 382
131,676 131,676 000000000000085e14016198e57ab5a64c14e1734c13edd61f52c4de5a335a3a 0.01 MB 26 776
131,675 131,675 00000000000002435db2a698d2870b319a20f1906831a1667a4b537bb6e88b64 0.03 MB 73 1,208
131,674 131,674 0000000000000fbae403dd3a7f903928952640bacd599aec0d784239543b8ad3 0.09 MB 122 337
131,673 131,673 0000000000000f9f28535072cb95051a33ec629685fb044ddd159612c80a9f5e 0.02 MB 37 1,077
131,672 131,672 00000000000001bce1f3b757a8ad840a614f0efadc7e4719339ee0fbf35db189 0.05 MB 80 64
131,671 131,671 00000000000005eb7fbd4ef2008475cf95abcf3849bebbec7a47870af12fbc2a 0.00 MB 13 1,421
131,670 131,670 0000000000001290a342f2be6cda705a472081b7275d22379851ca548b3dfb23 0.03 MB 67 868
131,669 131,669 0000000000000fc146989d7d439bf9720fce899781c3f324c695404de54b285f 0.05 MB 72 470
131,668 131,668 00000000000001619abd66b2cc41024884ae991516efe44e59dea3a3a97a9afb 0.05 MB 137 580
131,667 131,667 0000000000000e5d9331abb90083949d8f18504c30da3e7e4189790fded99a4b 0.03 MB 70 1,150
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.