Memory Pool Memory Pool Refreshing

996 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 976 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (108,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,808 798,808 00000000000000000000bd29da3201bf9027fa68c563d0feb98799ac7a71f7c1 1.50 MB 2,482 14
798,807 798,807 00000000000000000003b9633a1e0e626f80627f5c624fc13fdd48f04f599a24 1.59 MB 3,384 10
798,806 798,806 000000000000000000027acb890d8c272978b601e6fff5d41371f59d93438664 1.46 MB 3,483 24
798,805 798,805 00000000000000000000d94434d5ec2319df6a9efaee7799eb442ae3e3b4398e 1.60 MB 3,198 16
798,804 798,804 00000000000000000003b69cdcd27377c964d927c4f1d252f92543244e39e7fe 1.90 MB 4,750 7
798,803 798,803 00000000000000000003165ffe475d4859b41f474e471ad235bc320cd438cfb7 1.88 MB 638 8
798,802 798,802 00000000000000000002ca009a7a4ce0bb05ba62cbd0f89ef1ffb79799b4a43a 1.76 MB 725 7
798,801 798,801 00000000000000000002cfb69ab99aa10120981c04121bde77506aa5b6f19f33 1.71 MB 2,268 12
798,800 798,800 0000000000000000000220a283055ee082315b8cce968a1c2de94ef8b672c644 1.42 MB 1,815 11
798,799 798,799 000000000000000000047d7f7e01e8ea4f14493d50f7f716202a2cb0647d28ec 1.43 MB 196 9
798,798 798,798 00000000000000000003916a7cc168109fed75e5b446b899a1e1253aa832af9a 1.53 MB 827 9
798,797 798,797 0000000000000000000352657c84b71d472c4a4330ecea240c701045629a9621 1.57 MB 1,507 10
798,796 798,796 000000000000000000028d5566f694c6161fb1e97ec17cde1a3e5e326d82f609 1.86 MB 4,364 8
798,795 798,795 000000000000000000044e1fc4ee7fe74a962ed2739aa9bfd124b8f526ae714d 2.03 MB 5,847 8
798,794 798,794 000000000000000000052551e5aeb5e1bda01b6cadd17d509217c6736ea9a7bd 1.64 MB 3,600 14
798,793 798,793 00000000000000000002de36d771ad944b7c4e7d00782b2607fd8c89ce1ee61f 1.90 MB 4,896 7
798,792 798,792 0000000000000000000085b41cacce08f1fce7ae8688ab23a3c1ae6e667ac9be 1.61 MB 3,281 10
798,791 798,791 00000000000000000004e0b1c72959d1fc7fcdc516742f753dd3b5f07a063e5c 1.63 MB 2,508 8
798,790 798,790 000000000000000000048b229b5744458f6e496469090b818be8bef765df9347 1.55 MB 3,416 16
798,789 798,789 00000000000000000004426a5fbc111c585c2f1315af930d1c6c94cc644d2c28 1.27 MB 2,316 27
798,788 798,788 00000000000000000000d07d7bf0b768b7783c1d7990d967795f9cb06363f16b 1.48 MB 3,211 18
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.62 GB sent, 93.63 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.