Memory Pool Memory Pool Refreshing

5,437 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (706,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,177 201,177 0000000000000303d354321a132084fc9e51fc69edf7f8e82b0e415de3b7145c 0.12 MB 173 103
201,176 201,176 000000000000038d429059b195d798d218736045d0563bce14ac9500301d50dd 0.05 MB 66 72
201,175 201,175 00000000000000abed5aa93a4bcb14c1d754096719be85147d39a2963a983b31 0.03 MB 59 66
201,174 201,174 0000000000000593bbc0739a5767587847303935dadab89b2e676e0fc4059277 0.01 MB 19 30
201,173 201,173 000000000000027b62d87249d015b0f5a244c4a7878e3691857df3de6da23781 0.01 MB 19 39
201,172 201,172 0000000000000154eca2a0fa7341540c75f4b1c410a30106a2d305179dd31360 0.02 MB 33 154
201,171 201,171 0000000000000072fc4402bb8ad49dfc552d60d901a17ef8cb22ddd4a88d6893 0.04 MB 143 9
201,170 201,170 00000000000001e5048b9ecbec767dd4916ba9aa5b4193831bd2d2c4abecf90c 0.01 MB 10 48
201,169 201,169 0000000000000140c1e02b4a28be60e93cbb41a4f53b401e6d95086882327d2b 0.03 MB 75 121
201,168 201,168 000000000000059a717963a24690a1978afed9f2cba9fee86c5bde5a6a8863d4 0.06 MB 70 69
201,167 201,167 00000000000004cf4385398ff79a210d7e06af051458ea881e0a951b2745eff2 0.06 MB 145 73
201,166 201,166 0000000000000286d0bdb45599f4de3152d5e78ea9622fafd118f8de5eb52101 0.04 MB 60 38
201,165 201,165 000000000000029f8acc486facd29f1f1ef45396e944c8a9aaf6ba8f3e08208f 0.00 MB 12 155
201,164 201,164 000000000000043e5fe31402afb1e73cd491eba131a987e9fd3e5ab46b246859 0.00 MB 14 0
201,163 201,163 000000000000050602fa99bcb9c9d511e2d4b71abdbe0336284598dc7d12e76a 0.18 MB 392 129
201,162 201,162 00000000000000eade414e1df2f56e3389d0e85bc7e0fd2d169fb355488fe2ca 0.03 MB 92 129
201,161 201,161 00000000000002f6de4e41ed93290ed0322db32dddcc25262173b403f5ed17ee 0.06 MB 185 27
201,160 201,160 00000000000003f8d0917dddc502943639b7cc260b09a9ef000b1e5eb0027a14 0.17 MB 415 138
201,159 201,159 000000000000033e63889cc0d770aeca887fce0c046e36ad6402f69c8383bf18 0.00 MB 6 0
201,158 201,158 00000000000002ebdb65e8d3da2e1786da451cb833f637d5e1b3aade1dfd1387 0.03 MB 73 134
201,157 201,157 000000000000057696620269b564c4956d3b3d57dd2d9c90c34e7586bf037ff8 0.03 MB 62 118
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.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.