Memory Pool Memory Pool Refreshing

40,893 transactions
30.21 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,494 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,493 (661,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
201,156 201,156 00000000000000a09a8d8f8ac15d1e9a6dbf663b2e4b489d0c227a260edeefd8 0.13 MB 218 41
201,155 201,155 00000000000001f82a44ce57f652f40179d9178734afa00b1771397b1a49cfa1 0.09 MB 217 123
201,154 201,154 00000000000000e02b408d72c3b42fae34800ff933f111c69539f14d492c5b03 0.05 MB 101 124
201,153 201,153 00000000000004e83bdf7f2105ba1d11e98f8531f7ba3605d5b28844789e8f6f 0.00 MB 9 29
201,152 201,152 00000000000004200ad0beb62570ecd9359e0bda65984a6f5195bbc28c639db2 0.17 MB 385 289
201,151 201,151 0000000000000244e8a4e214c21077c647e226edc0a416514d618f21c623a481 0.06 MB 152 118
201,150 201,150 000000000000037d3b84f8a51ac59ac686acc3c96c94d63146b1280e63b6e685 0.09 MB 259 160
201,149 201,149 0000000000000590f7a1d02460903bd88db8a8c47bcdc5b63a83cfdd35b5a30b 0.02 MB 23 42
201,148 201,148 00000000000001816c2dea9aa681d9112bd987babe2260903c85bef5078ccff6 0.05 MB 148 144
201,147 201,147 000000000000047d3a10892899d9a53df0498b1cde207cf4c0930d8b7aac9ba2 0.02 MB 20 5
Previous 10 blocks ↓
Total Size: 685.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,371.64 GB sent, 106.08 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.