Memory Pool Memory Pool Refreshing

4,317 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (97,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,194 810,194 00000000000000000000548221338bead65c3a96c19c421f95d10b2ab258463e 1.72 MB 1,442 7
810,193 810,193 00000000000000000002e1079a37b1424ec04d80a2b2c22a68a5314b6d09d6e9 1.63 MB 3,206 20
810,192 810,192 00000000000000000004adfeb4bd2ee89db03e76cffdfdcf0f57080a8d73e647 1.52 MB 3,266 31
810,191 810,191 00000000000000000000acbec11272d02b6ae85c1c2d70c041265ce735c96115 1.91 MB 1,386 5
810,190 810,190 00000000000000000002dc754d592a7b80c4e26a4a17ef2e08c09fdc67ee4da4 1.76 MB 2,358 15
810,189 810,189 00000000000000000003f3464803f7d13a22eaeb0ca323748536e694074ee136 1.71 MB 2,463 11
810,188 810,188 0000000000000000000459cbf66e4b2c99cab30ec94d7cf63182401ed3cbe7b0 1.83 MB 1,479 10
810,187 810,187 00000000000000000003e8ec8d10b111b3b7826649024a8fbd65b67c1a821a32 1.90 MB 1,985 10
810,186 810,186 0000000000000000000115f1cdd57a0e577e9d8a12c27b6ab793e00fdc82c943 1.55 MB 2,164 9
810,185 810,185 00000000000000000000fe57209e95069bd6284176103c16411cb84c04c37e0b 1.33 MB 1,887 15
810,184 810,184 000000000000000000013c4b9bfe7e9afe63226f8176a772c70f68d236e135c7 1.54 MB 1,520 9
810,183 810,183 000000000000000000040caf3f438bb15731f6dc0f5ce1eaa6cd2ee8213d72dd 1.66 MB 2,371 13
810,182 810,182 00000000000000000001efe8dc90d79e52d1de934ecffc03572d847ea8fc7296 1.60 MB 2,748 20
810,181 810,181 00000000000000000000f560e0495f776189c1ba681c8fe4068ecd33d16584d6 1.46 MB 2,359 28
810,180 810,180 000000000000000000042d71a4f9e7767aeee3cd109fc62afe44ef67ff17a7e0 1.44 MB 3,138 33
810,179 810,179 00000000000000000003fa8deec0f522a34ea7a6b88b90a06bd0b8144ec4241c 1.68 MB 3,286 29
810,178 810,178 00000000000000000004ac12ea98c23d908884dd7c23828240870f1bb508ce42 1.61 MB 3,643 21
810,177 810,177 0000000000000000000210942b1dd1c5579f45d050732ae515ba0f0a3a2bcd5f 1.40 MB 3,123 37
810,176 810,176 000000000000000000024df49adfe3d5ac71dc2f9ac0f8632921a4330436f3ce 1.52 MB 2,549 15
810,175 810,175 00000000000000000003fd977a00789afe1b5c1833c5acbabd0886fe9acbaca3 1.48 MB 2,430 20
810,174 810,174 00000000000000000001e72541e2e1999be0d4c4a13ae08ba2848860dedad4f3 1.35 MB 2,477 24
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.