Memory Pool Memory Pool Refreshing

2,387 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (684,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,823 222,823 0000000000000419f8451ff09c6c3e5d1746f7be6806dab08ca6ff65f028bb52 0.21 MB 442 178
222,822 222,822 000000000000010b3828d85ae7a892dd3852b163ee2a5c6abc07e727a54b0457 0.10 MB 192 124
222,821 222,821 000000000000020526d59014fce2afb1e7cd165d6c0c0b6984c028bcaf79a85f 0.31 MB 570 153
222,820 222,820 0000000000000065a4d47b5a28214eeb2ee5e0225bd996c6dc5f05f5b946cdf2 0.25 MB 775 280
222,819 222,819 00000000000003ba197a4eceaba6c74471a94ad9ba7355ad01ad06965a6041a6 0.01 MB 23 176
222,818 222,818 0000000000000261ef82ba8a748b26995d1dc6bf37ff6b9d5b6fc01723896673 0.20 MB 473 189
222,817 222,817 0000000000000365eaa476dfc31cf86d4ae85e81c8aa958ebbabfa58318f178a 0.12 MB 204 142
222,816 222,816 00000000000001185902e917f56f3c416ea2fee7bfa9f224631aeaaab2973513 0.05 MB 51 52
222,815 222,815 0000000000000247525bc325dfc0d63a186ad447a9438e2766d17bf3da6e56ae 0.16 MB 365 179
222,814 222,814 00000000000000d152bf5ae1bf296676633590d7ace7981f0ee25eb7664f26d6 0.23 MB 465 169
222,813 222,813 0000000000000226963226511f202d0351ab484b762b4b64e1556fb2f1a518d4 0.23 MB 516 187
222,812 222,812 0000000000000209d3e38092cd1d71beee9e977ddfd02e7dc56d4d5110ba9d61 0.01 MB 32 333
222,811 222,811 000000000000029ba5dd53a4f208772edece9f4820235675cb5cf75c8b4d71fc 0.20 MB 466 209
222,810 222,810 000000000000018c0ecb672fd51f049dd6260b32401ab748d7932c1b6ff8da31 0.15 MB 342 186
222,809 222,809 00000000000001db16815cfd8c7f1ca570d98a4016a9f8996cf0667c1f2d2660 0.07 MB 95 108
222,808 222,808 00000000000000dc02eddb2cb281919ae5469d0f10adc1e4f2d7e3c81e12dbcb 0.25 MB 720 244
222,807 222,807 0000000000000437c79aca304c1b318730ce4fc85d86c809d3b5117ab7bc68ef 0.25 MB 630 202
222,806 222,806 0000000000000053f32af9e9dc1bb7ea3ca3b856ab27457c4b5ac9d81fe5b5fd 0.24 MB 638 76
222,805 222,805 00000000000000e571407025eab362d1d79c4972cc65d52d7fee90bef9bcdcba 0.03 MB 51 118
222,804 222,804 000000000000019cb6562f1d5ff0b685d7ce712f43ad6600b01f7eb9376c7e46 0.04 MB 79 106
222,803 222,803 00000000000000621b456a887416f7fbfdc87d7668ae5467820f156478093d89 0.25 MB 655 201
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.