Memory Pool Memory Pool Refreshing

9,976 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,942 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (701,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,213 206,213 0000000000000256c085be777777e8506b4732d0b0907760273e13f97d9145a5 0.04 MB 107 86
206,212 206,212 00000000000002f18466347fe345bb8f714e63c527443e9eeaefd9fdf4204ebd 0.02 MB 71 115
206,211 206,211 000000000000023749a247219ef5d4e69ed264a03f5ee42ca78663bd98891196 0.01 MB 20 81
206,210 206,210 00000000000003408adbacd7700b767a662da17fbd9ee7ebbf1bcb89287d5630 0.05 MB 131 229
206,209 206,209 0000000000000248bf7292d4a19fe6df3b3a812aa301023972074ce74edfaa20 0.02 MB 63 251
206,208 206,208 00000000000001bacfcdaae1699d602b7d168bfd843dc43e8b4407635364d1cf 0.14 MB 264 112
206,207 206,207 000000000000044b7606f74a7213c5c339eaab06fb872ea48df8545b86f91517 0.05 MB 80 89
206,206 206,206 00000000000002610f5a827321dd073663ebe39c6a193ecfd9fca22c26ca9adf 0.00 MB 13 0
206,205 206,205 000000000000001d4bf02c2cb73b9de8052d442eb4d4ab5ac6065e82225d5360 0.16 MB 434 183
206,204 206,204 00000000000000f3bab41e5119676da24346f740480dd01d9eb811dc4667d31b 0.00 MB 15 87
206,203 206,203 0000000000000232bd8e71dda3f379c368a0beb37b575c731d185f18d5ab7621 0.03 MB 70 165
206,202 206,202 00000000000003cfc42c2f27ed4622d6506351ebe360ccaae42505a6688da5bb 0.04 MB 147 26
206,201 206,201 00000000000002bb7b3caeaad557d7090197471589096daf0f8bd5ba33727ab4 0.09 MB 253 185
206,200 206,200 000000000000029983f8d6cc527bf82641063f5c289a027a2a3bddcc020fd102 0.09 MB 261 168
206,199 206,199 00000000000003eb2589878d50f38cd80835eac3d5d66ba2cb798a25acf35a94 0.14 MB 425 178
206,198 206,198 000000000000019effe10926425fcd4be3d24ddc8873c6b6cf77af910afd55b6 0.03 MB 81 7
206,197 206,197 00000000000005064b3093d9193cffca2cfd39a4787b97d36a77adb3a320f690 0.10 MB 176 554
206,196 206,196 0000000000000476146920716ff1774a1c968505d5bd0578d0c11cb65435a737 0.26 MB 569 161
206,195 206,195 00000000000003cb2a3bc606950678d441216f3aaf9537c87a2e101416ea4776 0.07 MB 113 118
206,194 206,194 000000000000021f38d99feed7721c0722df2b92cb9874b6a3ba12d4b26f44ee 0.00 MB 1 0
206,193 206,193 00000000000003d4ea8be91727e846145b8562f832311c5db1078d3a0c641d5a 0.00 MB 15 44
Previous 10 blocks ↓
Total Size: 769.03 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,625.01 GB sent, 93.01 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.