Memory Pool Memory Pool Refreshing

26,247 transactions
15.54 vMB
Show Random Selection Loading Transactions
Max Size: 68/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 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
902,454 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,931 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,453 (677,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,754 224,754 0000000000000306baee7e675bbab2063828f14257a02099ee581f8aaa29dcc1 0.08 MB 171 175
224,753 224,753 00000000000001ff0bee069ea9d6a734e92e0dbb81bc7cdbbc5215ad3e459236 0.26 MB 529 172
224,752 224,752 0000000000000018b46b56bd3ab652826dc24830c53982d82f5463557c2bc992 0.05 MB 104 62
224,751 224,751 00000000000001123cd998894a9c30ac379857947255ba4440f9892e760dd287 0.07 MB 112 106
224,750 224,750 00000000000001e851614e9e673562025cdf0ca3caa530394a2a7cdc0a7918b0 0.25 MB 275 112
224,749 224,749 00000000000000903da114abba64f53259ce0d800fd04926eb1853b47b30b26e 0.25 MB 544 188
224,748 224,748 0000000000000187590372c5ad4b74e33ac92a3994accc82f67a96f9c84b504f 0.25 MB 417 160
224,747 224,747 0000000000000135075c49a29fd8cb5b5ffad14da6385d82853aea7cad6a343d 0.25 MB 652 292
224,746 224,746 000000000000035d814052c5b50fae7be54a85e40402f13089ceffd043fca915 0.46 MB 639 107
224,745 224,745 00000000000002d6fc032ea592a81586937ac65f9a419664ee57ddf879c90e4a 0.13 MB 256 186
224,744 224,744 0000000000000038e101a74bc0d569516969c138b3c8aac1c0f8e3609e69cf48 0.25 MB 443 135
224,743 224,743 0000000000000386c8a336011c181113283a82da6516864b5365c1a0a18cb9c7 0.25 MB 581 195
224,742 224,742 000000000000005ad25b9d2c241df52e81b4e40f83cab3396e34afcdb2afb31d 0.50 MB 1,161 171
224,741 224,741 000000000000034419dcce115df144144c2883b5e24abff20550e2d725674e35 0.25 MB 831 377
224,740 224,740 000000000000030ba72631f52770873421fc86bcc0a7cc54a0053043594ec0a7 0.25 MB 775 285
224,739 224,739 00000000000002906f274d31ecb27a63035d96b2e94bad2ebf52d031ce91fb4a 0.03 MB 64 147
224,738 224,738 000000000000028918cbd3bff4f7ebe87737ff5720f501f2b64f95c3064f1f8d 0.04 MB 65 136
224,737 224,737 000000000000015599a809116355f52e17fbc6c4061430c924cb6d6f97cb3d38 0.16 MB 213 122
224,736 224,736 0000000000000076c31e91c900e4322a00cea9ff932c194e47557343af4d0e08 0.50 MB 1,239 197
224,735 224,735 00000000000003c0f849a898e053458a79d7a4618dc1ce0dc098524fc2bf0642 0.16 MB 321 154
224,734 224,734 000000000000016381f5737f1357ed088cac14bc3b763077d778db4cabefdd5b 0.25 MB 486 165
Previous 10 blocks ↓
Total Size: 759.93 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: 878.98 GB sent, 45.95 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.