Memory Pool Memory Pool Refreshing

3,505 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,776 (905,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,105 2,105 00000000266f48b65050bd91fd8584a2e5b3225c64af4b8f2321a24a1d7b62cc 0.00 MB 1 0
2,104 2,104 0000000074d8bfd85b5c211a7ddc38bb62e84078e1778e90635855a992910d8b 0.00 MB 1 0
2,103 2,103 00000000d5c38d3d304e325f7892bc67affc7c1bdbf82db7d6233178afd3edcb 0.00 MB 1 0
2,102 2,102 00000000aeeefd7c35c30f53345004470618aa400239892cdafd6ed5a282cd2a 0.00 MB 1 0
2,101 2,101 00000000d8982f243bdc42ea9b6dd9961f98d99db54decdc6affdfdfd7205eaf 0.00 MB 1 0
2,100 2,100 00000000d5092034c3a92473d42f28e3fd279f0652e2d5b0049c7d40fcbc990b 0.00 MB 1 0
2,099 2,099 00000000a993926b3a5445a43a8cf541590a95295c62a59aaca09f3f1c802c72 0.00 MB 1 0
2,098 2,098 000000005a9189f917643e93a3fc11775592586079ab775db9e5e06c6f7861d9 0.00 MB 1 0
2,097 2,097 000000005a4e2652c424379e180ba98a3e6ebec92df5f25c4307e663302808ef 0.00 MB 1 0
2,096 2,096 00000000613a98b6b1ff823ae8af5b1613f436e1b1ef62744ae39df6c62d7b0c 0.00 MB 1 0
2,095 2,095 00000000bd56ca2b4b827de4a87fd1e5b4bd0437236cef6cc1cbf32b586e16eb 0.00 MB 1 0
2,094 2,094 000000007e96f9aaf9ffa534df258772228aadf119fecb09b05e942686dde7d4 0.00 MB 1 0
2,093 2,093 00000000a5c9ae7b0c97436e0bf1111fd421bf3fd9118aeaa8063575cd1bee7e 0.00 MB 1 0
2,092 2,092 000000002632732de3262f8a3df0c1516439fe310353e183db101a61bc77a788 0.00 MB 1 0
2,091 2,091 00000000509129b194cea2419dc5a6237bd7c3f650a7a49e11bae5e7a2a6927d 0.00 MB 1 0
2,090 2,090 000000008cb4680dd14cccadebd9e6127373c71f948015a502eded2921f72db9 0.00 MB 1 0
2,089 2,089 000000006788b1fda2bd5cd87dd4bf65c3eaa7bc84c435b11a7f6dda4b8a591a 0.00 MB 1 0
2,088 2,088 00000000b1915dd2367819ab3b5fec9ca28eb03936dfe34900a7a57efc298980 0.00 MB 1 0
2,087 2,087 0000000081ca9f4af00279e8f559f2cfa00488b1c0241420df48ab50a46f4abd 0.00 MB 1 0
2,086 2,086 00000000d454b939589eb57f33777401abcf0b3c98dfe2bd382f3b8981081381 0.00 MB 1 0
2,085 2,085 00000000b574c7d2a83ac3ebe9fb668fad4fda4e79b03d4035281625f771d9d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.