Memory Pool Memory Pool Refreshing

1,209 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
891,865 0000000000000000000251050000000000000000000000000000000000000000 0.39 vMB 1,185 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,864 (90,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
801,158 801,158 00000000000000000003c3751bec6195b9f18bf65d9c57dc340197f4fced6146 1.70 MB 4,186 8
801,157 801,157 00000000000000000003c97e939f3c175c8640f93ece81e5b3062513e97b8d66 1.58 MB 2,979 20
801,156 801,156 00000000000000000000a596ee0ac5efb6b2aadaaab27c1f64d6ff912018269c 1.88 MB 1,465 11
801,155 801,155 000000000000000000051f4535527e55d25d7ea0681792ead885af1c4464334e 2.87 MB 2,628 7
801,154 801,154 000000000000000000055b014e41f3aa5cc3df3f7386af4a94de99377b42a305 1.71 MB 2,998 14
801,153 801,153 000000000000000000014490780e214161c2076564e074c2a259d16694c97dc0 1.55 MB 1,925 12
801,152 801,152 00000000000000000002dc233ec9f9df5eb9a594d118b38e0ad167ca9f28972c 3.68 MB 797 7
801,151 801,151 00000000000000000004c30289a4c800dea660de98f0b32a6a974b140935acde 2.48 MB 1,255 7
801,150 801,150 000000000000000000036787937e6c0b630364cec91725cd76edcded94f03b24 1.72 MB 2,658 9
801,149 801,149 000000000000000000000df1ba762685a339e6439d97fc11ec23fafa9070d132 1.98 MB 958 7
801,148 801,148 000000000000000000040ab162b31eda826a69cd5c74295ad1032420884ba8b5 1.58 MB 3,282 12
801,147 801,147 0000000000000000000388f5b5586f5f50cebe9f1d30a2a9178eb948d782864c 1.32 MB 1,785 17
801,146 801,146 00000000000000000000d41f5b243e8388566b6899600447d830e3b217cbe07a 1.59 MB 870 9
801,145 801,145 00000000000000000004b37355e4653f92ab2338f096f40b9229b9f291bd2911 1.41 MB 494 7
801,144 801,144 00000000000000000000e033e8e0b905ef90c56b470d6a9df66f95a454051a99 1.75 MB 3,746 12
801,143 801,143 0000000000000000000017a358b99701042720c06c557b68ce116073bc3b1b21 1.91 MB 3,095 11
801,142 801,142 00000000000000000000d5037d0a72379382a6b41e7a5795f9642d82432dcbf9 1.65 MB 3,406 12
801,141 801,141 000000000000000000012319aacef99f7f355a9caf7a45ff1608260351335922 1.51 MB 2,685 16
801,140 801,140 000000000000000000001d159363be40a8302e7b5a7155134d36e7546d666687 1.60 MB 2,143 10
801,139 801,139 000000000000000000029e3356d4266b6c5af0f89d7be4f788c87794f7195f71 1.45 MB 2,471 17
801,138 801,138 00000000000000000002ecbdbdde29f5032a8eb4d7ff733546340d36b3ad82a2 1.35 MB 1,888 13
Previous 10 blocks ↓
Total Size: 741.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 3,612.79 GB sent, 165.89 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.