Memory Pool Memory Pool Refreshing

2,335 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (898,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,105 10,105 000000000e23e16a012fa89b91a8363d864b97849a6302736e8701bdd26b35f0 0.00 MB 1 0
10,104 10,104 00000000081ee6295202b7f3504b9fffb09036659db0807bad8527e6ae4985f0 0.00 MB 1 0
10,103 10,103 00000000b14642e4bf026be69d4370462a69e7175a4e84d947cb0ac3c980dc61 0.00 MB 1 0
10,102 10,102 0000000020dab572aaf8f45392fed37a392ce263e09db3e938e70e364718570e 0.00 MB 1 0
10,101 10,101 0000000097af9ac5783cbd948785be9ebca3373681a2f1381a5786c1cd943770 0.00 MB 1 0
10,100 10,100 000000004dbf0b1fc7bb7dc72423352088d32d7a7d79c4d78144758742071716 0.00 MB 1 0
10,099 10,099 000000005f69c36e91e3826d86b30157102e5ff8a21e7ef4a4dd287f7d45157f 0.00 MB 1 0
10,098 10,098 00000000c7be5fcdccca10b338366a3862b76c7482f162c3ef0f8512346cb910 0.00 MB 1 0
10,097 10,097 000000002cc750d6470b6068c86d1759cca0f13150edcf37696d5f8747a7c3c4 0.00 MB 1 0
10,096 10,096 0000000078ca078f88bd06f12d772762e9405a59aaff2fdb0e4a7effcb9ee19d 0.00 MB 1 0
10,095 10,095 000000001b8b6c92c7bfd693820867676efa2b02553803e83bbe416f7e5c0c4d 0.00 MB 1 0
10,094 10,094 00000000da1522b94ac06e918a04983409a6e692db17aa436eb78406dd7c6d3f 0.00 MB 1 0
10,093 10,093 00000000b510c7451d4ff14dabd760665b2dbbb2174c2f14c1e15c3679065d81 0.00 MB 1 0
10,092 10,092 0000000095f2456ef610708ec2f0f605ff96d69500d7f1ab4fd1bdc42b435cba 0.00 MB 1 0
10,091 10,091 00000000d0f165252c17f2f3ded63a6d4495057abd91e5adf31d1c597aa4481d 0.00 MB 1 0
10,090 10,090 00000000e7048e42ba764b6b5aca9ca5a3a025cf3500fae2c75eb47ab38e2655 0.00 MB 1 0
10,089 10,089 00000000295da40a96d04cdb714e8872a37548569f57e0efae34922032fd770b 0.00 MB 1 0
10,088 10,088 000000001a6b7266a388773fb8001324acee038f5c6711e3c822b43ebb4fe24a 0.00 MB 1 0
10,087 10,087 000000000bf3cd370ab9fc8da587050746c67de076c5f456f78e0451d1f2fb5e 0.00 MB 1 0
10,086 10,086 000000000a30752c55cd607c0cb33bd916d3c88f25b7a614f0096f273e28854e 0.00 MB 1 0
10,085 10,085 00000000a95c35cbe043037bd513b9185971b54d3e6c55292a4b2a7d31a04e40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.