Memory Pool Memory Pool Refreshing

3,243 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (3,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,743 903,743 00000000000000000000ef90f5a9c77b1a6d325231f80e2e34e9fce4263aeb5c 1.05 MB 2,597 2
903,742 903,742 0000000000000000000166e96f81414fd39ae0a81163a4e5813d3b6933cd09ca 1.39 MB 1,793 1
903,741 903,741 000000000000000000015abf94101eaa589f2666213f544e21780fec1ecec75d 1.49 MB 1,983 3
903,740 903,740 000000000000000000002477c864c9fccf80c1fbeb6f36f58b52b2ff188467a3 0.71 MB 966 2
903,739 903,739 000000000000000000003c25eb976903e397c9b15c1bfb2635fbaec12bf1af85 2.04 MB 4,122 1
903,738 903,738 000000000000000000014badaf3971ab1635e7b2da89fd8cea5796d477a26fa6 0.70 MB 1,017 1
903,737 903,737 000000000000000000007132264f1d43d4850e8e1680aa649c4bd322c94cd360 1.86 MB 1,454 1
903,736 903,736 0000000000000000000121438a97a492ed57468fcb79174c41a348dcd9a2a0ff 1.45 MB 2,407 4
903,735 903,735 00000000000000000000704a6fef2d40c0bf44c7488576a4a3273c833969b4b5 1.22 MB 1,180 2
903,734 903,734 000000000000000000013a68ddadc0be37575a673a90d7682d6a8334563a2956 1.48 MB 3,256 3
903,733 903,733 00000000000000000000645b08d731d95a445285a5e386f0506c70c4957638b1 1.57 MB 3,312 6
903,732 903,732 000000000000000000001f6c3f53bae02c7ac5c0d0c0461079f611d0404f4e61 0.51 MB 993 2
903,731 903,731 00000000000000000001803237cdad2436ac7a7b79b4f95f268fbd5d3fdf43ca 0.75 MB 1,120 3
903,730 903,730 0000000000000000000154987ceb159c066dcb75499957369c8831da3c3f7452 0.08 MB 179 4
903,729 903,729 000000000000000000025f135d07f4b151a58c4e6f04a4152b350765c78ca613 0.16 MB 337 2
903,728 903,728 000000000000000000009455ca63fb641f20f6ba6fc48240ec1b6ee8567ae332 1.54 MB 3,020 3
903,727 903,727 000000000000000000009a2d9d86c2fab0f89f60107fe40491240d5c566666e2 0.74 MB 1,228 3
903,726 903,726 0000000000000000000099e44b5672bd1e64b1663e55377303a51f2f02f4ec01 1.38 MB 2,271 2
903,725 903,725 00000000000000000001a67de962e6325709bbe072d0cb39e2c8e4b0a2db32dc 1.43 MB 2,045 1
903,724 903,724 00000000000000000000eb683c33302badf73dcee2ba78a0adefd683a9d7634b 1.59 MB 3,057 5
903,723 903,723 000000000000000000016b1a056b5266b9199083c8c4d140be7c6713e5d835f0 0.79 MB 1,471 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.