Memory Pool Memory Pool Refreshing

4,201 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,617 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (636,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,973 270,973 0000000000000003896a60b3e2590e7524cbcc1e467a56b2db74a60fe1ba4dd9 0.25 MB 732 122
270,972 270,972 00000000000000060e1cdfc9e576aec5707bb766a5ac216be5578ee0487cfdb6 0.04 MB 88 48
270,971 270,971 0000000000000001c008252e544636cae251e9f53813e10889559293754e6944 0.15 MB 331 48
270,970 270,970 000000000000000445d80f8166cfbee270b5e27f8f7c12adeaa38d6c3bdf10a1 0.15 MB 317 59
270,969 270,969 0000000000000003549f70322b959fd9c650398690f0516388ae69d795c402fa 0.18 MB 416 65
270,968 270,968 0000000000000000a673e0e864d99d96714feb7034b6ad0b0817121756b82106 0.25 MB 306 29
270,967 270,967 00000000000000066cebad468c01fa06151bb52c96222f85d08680fc66c842b3 0.50 MB 1,110 44
270,966 270,966 0000000000000003715ba8c22d2f0d86aa72a335777c31ff1eacb45fbfce263e 0.25 MB 661 130
270,965 270,965 00000000000000040732da34deec8bf53d44776688c295f8c02fcaeeba7c6eb9 0.29 MB 652 74
270,964 270,964 00000000000000061cb422092c0512f9624962e42cd029c6fe7be7509864af1d 0.23 MB 469 41
270,963 270,963 000000000000000584e4ed5a64368272ef07c865b0626bda7b31267bc52d6757 0.12 MB 289 68
270,962 270,962 0000000000000003ed7d99be25dc0861c2416fcbed26dbd4d675e9bb0d57bd04 0.25 MB 288 16
270,961 270,961 00000000000000053259b080a71ef217a93e3a2d9f302d9ee0dffea26fb1655a 0.50 MB 1,026 41
270,960 270,960 00000000000000007421c80f24820ec7a91dda07ddbe986a9b35c721de6bf2af 0.25 MB 360 98
270,959 270,959 00000000000000055b6069799b0fbcc013a97f0f02764f088f0579c23fad3093 0.25 MB 638 37
270,958 270,958 00000000000000037edee58c2cc49e6af44d45f161aca367f99beda3e5dcbafb 0.25 MB 233 58
270,957 270,957 0000000000000004ce321b6dc91891da1508199bf425461a598a490745cb6d8e 0.25 MB 305 67
270,956 270,956 0000000000000002fcfef68aae7f7791e67040875c6646a96de97e6adeaa2334 0.25 MB 208 82
270,955 270,955 0000000000000000caa39a52da0a5026ad71f5f4ec4b219a8b5719317a8f8d8f 0.43 MB 378 42
270,954 270,954 0000000000000003bfbe1d30303f8e4303ae42f736e3f364e8ebaa87c4eec329 0.25 MB 465 173
270,953 270,953 0000000000000001bc7156dd1183c87859b326affa3a5cdd157e809537f0b284 0.25 MB 595 58
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.