Memory Pool Memory Pool Refreshing

3,712 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
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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (255,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
652,555 652,555 0000000000000000000cc8a2e8f17f8da395157d3e3371a9f71aabb1b6d6a9d1 1.30 MB 2,936 100
652,554 652,554 0000000000000000000c000d01667dc20629e7c362867e0e2c627e209f275952 1.35 MB 2,398 103
652,553 652,553 00000000000000000003cd6272e14041a07b4eb831906cbcd83768cbebdaffd3 1.34 MB 2,326 39
652,552 652,552 00000000000000000001a35a599a36d2dfef562b745d47fe618ca9c497bd57c2 1.35 MB 2,251 40
652,551 652,551 0000000000000000000d1085f805cf5db00f977a6b612f80bb53499599333d87 1.11 MB 2,283 52
652,550 652,550 00000000000000000001037545e241cd1d2ed8dc0a34e1eaf17b14ba791739d3 1.30 MB 2,477 60
652,549 652,549 00000000000000000005e79d3a0151d81cf5144a67f074aa26e0d41e89f07412 1.40 MB 2,114 80
652,548 652,548 000000000000000000024495be455387ff8e69e95fd6884dbf99782511bf8832 1.31 MB 1,953 84
652,547 652,547 0000000000000000000d654d79c5309203b02548d8f5156daaa263ccc4cf495c 1.28 MB 2,200 76
652,546 652,546 00000000000000000005ff28dd763549155de108a8f21393c306d88ee77f9408 1.35 MB 2,596 80
652,545 652,545 0000000000000000000be30be06794abbbe72e9056b4ff1a82c2159bb6845377 1.29 MB 2,163 106
652,544 652,544 00000000000000000002fcafbc249bd88bece7a6655893c85267a750393f6608 1.10 MB 1,244 73
652,543 652,543 0000000000000000000a96034e889ee6c12d8406da232f13dd34da4c45854a76 1.57 MB 1,594 8
652,542 652,542 0000000000000000000372016197326edea829a1f8224a944177a80aa0513c42 1.23 MB 2,006 18
652,541 652,541 0000000000000000000c97e12de329fe5584ed5e4604a2fffa7a2d13c69e016f 1.16 MB 1,475 19
652,540 652,540 000000000000000000067327aeabd8c40b72a992882a06e9b6374959fd4b1002 1.31 MB 1,793 30
652,539 652,539 0000000000000000000054948874eebc7a30f52db25d96c0fbd6a27c7aa5d6af 1.28 MB 2,519 40
652,538 652,538 00000000000000000007626a761c16ea8dfbe65afb94b24ada036c0747242de4 1.30 MB 1,799 21
652,537 652,537 0000000000000000000ad74373b6d3648a010d0134ec12497c4ade778a45defe 1.18 MB 2,431 22
652,536 652,536 00000000000000000000a16d45e0408bfd0ef69bb3ecfa68389c497704d10ce1 1.23 MB 2,548 33
652,535 652,535 0000000000000000000e16d1fab9489bea6a551711e7e2ba29423cf67811b37d 1.33 MB 2,652 79
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.