Memory Pool Memory Pool Refreshing

4,873 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (693,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,633 214,633 00000000000002fc48222d094b47b70f2cb223f843864833a018b2301c884ea2 0.20 MB 471 176
214,632 214,632 000000000000016bfcd0b621410f03b14dabe2bfa5db3f4f2aa2597197dc4ace 0.03 MB 67 186
214,631 214,631 00000000000002d82c9607063f31abecf8fd813e759ce95ad6a2d514820531c1 0.08 MB 198 151
214,630 214,630 00000000000002112c9eab7b2c1222503c05a3279c95585327c9b6abead275be 0.05 MB 134 256
214,629 214,629 000000000000043cd72eceb38572d83da3cb786d20e700fdd189a0e04faab348 0.05 MB 104 169
214,628 214,628 00000000000001f60a1c0f5690c5cc4cef4c064347581e10fbd3a72e32a3b28a 0.05 MB 138 147
214,627 214,627 00000000000000439049318485683d481f091b8fd2ae9f6e9a9354d3027e260c 0.01 MB 30 156
214,626 214,626 000000000000054f1e46fdf04f9e8cee8701ad2225ffa1624898746c37ab061f 0.01 MB 32 53
214,625 214,625 00000000000000d3886d7cd0aa0f9479514dc109c3dbf9296abea81344cfadcf 0.10 MB 212 149
214,624 214,624 00000000000001c3270e1628b74a2e1a9389de993f9f4d0a81ed971bd1e9b951 0.15 MB 235 234
214,623 214,623 00000000000003bcf5eb3d728197f96caa97bf1fd86f1e4122c24eacfd2f2d57 0.09 MB 66 183
214,622 214,622 000000000000056184b6179b29709345feae8c179b45537f649112def76c416f 0.07 MB 187 739
214,621 214,621 00000000000001deefde6beec1faea6ef398c783ce1043106a2c24cc6a963bfb 0.00 MB 1 0
214,620 214,620 000000000000009a557f4c08023dc29145a91b31662698e6f15287de36efcaf0 0.06 MB 123 153
214,619 214,619 00000000000003bb8298d938f340ee6ffb2ca9af863af811ffdd2478dd5ead5b 0.01 MB 32 417
214,618 214,618 00000000000003cfc8c5b64018f0bc4930e2f7076ff85945c685d3c8fc566d58 0.17 MB 376 165
214,617 214,617 00000000000002b32ebda1cdca26b030a51c6dc91af7dd537f68fa87f868a4d9 0.06 MB 165 286
214,616 214,616 00000000000005097778170e419529f546ccbd65c6d63e7a73128d8ba7ccdfb3 0.02 MB 40 153
214,615 214,615 000000000000022290ab4ab76f0bcacff6eed8f75e746fadaff550e32dc495f8 0.01 MB 47 1,111
214,614 214,614 00000000000004e990a87b1551d43ecd220c0fc72e4d43329e43cb7f6fdec76e 0.05 MB 113 366
214,613 214,613 00000000000001237f22c958532af730b25429221bab08c5af416f225d4d7b3d 0.01 MB 15 148
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.