Memory Pool Memory Pool Refreshing

2,921 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (107,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,173 800,173 000000000000000000049d40b43bfc5a73fa35ebed9e5b7a6a800d9546edb654 1.63 MB 3,192 15
800,172 800,172 00000000000000000001db6d3b037acae3e5b3e3c4cf41019ff2a8f012eaf26b 2.14 MB 6,903 6
800,171 800,171 00000000000000000004db824c943e6c4cb428ff9870194dd592fbbe3dd50835 2.09 MB 6,434 6
800,170 800,170 00000000000000000001b27a628d93f4d76c895daa7031c39cb3c0055ae53d2f 2.17 MB 7,215 5
800,169 800,169 00000000000000000004ac1648f8de8dd4b0572ae3f35bfa1af0606a561ed2ca 1.60 MB 3,674 9
800,168 800,168 000000000000000000034783db5440d0814d79058c69d2d4ec63e5db78c13351 2.01 MB 5,940 6
800,167 800,167 000000000000000000019ae868fa98612026e408cbda811d0f6a76ac2e2b3b7b 1.64 MB 3,972 5
800,166 800,166 000000000000000000001851b5a62764723770b1d15046bbf216fe8db6d4b8d9 1.74 MB 1,487 10
800,165 800,165 00000000000000000000618fc0f69a85ad1270dc83e7541e571de5f41c555880 1.86 MB 5,068 8
800,164 800,164 0000000000000000000534aecf6e512017e81ef7b1c732ac5ee836ab1e78f2c9 1.71 MB 4,377 7
800,163 800,163 00000000000000000000019bd6b41521d0c741ac99b3cf002ba7b41633e3e512 1.43 MB 2,858 11
800,162 800,162 00000000000000000002c5661a6fde25a41378eeb2098664c70aeb1c7e625ee1 1.52 MB 2,794 8
800,161 800,161 00000000000000000001fc40b3360237fa45ac0f092973957cd5463c79696ef8 1.58 MB 3,074 12
800,160 800,160 000000000000000000033b7877b6355fb88fd42e6b860ace1126715e6b41362b 1.32 MB 1,780 6
800,159 800,159 00000000000000000000d2ec019e349c9952614aab05834bd30c0de6d82006e5 1.71 MB 3,813 8
800,158 800,158 00000000000000000000f981e895c3c71283784bdd1bba3e6d021d5a04828de5 1.88 MB 5,159 6
800,157 800,157 00000000000000000003cdea7f1587b758e6ac5766ac9249464db7da422cb98c 2.00 MB 5,926 5
800,156 800,156 00000000000000000000a9fe3188eae8ae917727106946cc7ca998d4469483ea 1.86 MB 4,491 7
800,155 800,155 000000000000000000044b0c11310b9a984260182cbed86220707413a8113d6f 1.83 MB 4,734 8
800,154 800,154 00000000000000000003e9b8309cefdd998e8cb5fe4f6d95f4bf0b168a016acc 1.51 MB 2,503 12
800,153 800,153 00000000000000000002dd3ac7141320ba42941f406632565af9fc6374dd8bc1 1.98 MB 5,256 5
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.59 GB sent, 93.44 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.