Memory Pool Memory Pool Refreshing

1,366 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (392,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,750 515,750 000000000000000000383f577328a94e1f5ba9a62259b282dda0b91c534a8115 0.93 MB 2,261 27
515,749 515,749 00000000000000000043523bd1a6d700af855fd6dbb251721e566e696eea5cd6 0.87 MB 2,068 25
515,748 515,748 0000000000000000001dbb22bd1ef7b3194a515de6fa959a3ae6514dc80929e8 0.08 MB 84 9
515,747 515,747 0000000000000000000cce00a35c84115d0c5393994abab95490b6005caddbbf 0.21 MB 472 25
515,746 515,746 0000000000000000002743ea207864b43a028c33f10747f93de25f1d424f012f 0.07 MB 173 27
515,745 515,745 00000000000000000020c51b9a445e9f2cbc240dd808c772e3ab9482fdde724f 0.23 MB 504 37
515,744 515,744 0000000000000000004e36f4bbb60d3d86b1646494e6cd030c33a6985cdcdaf8 0.55 MB 1,095 18
515,743 515,743 0000000000000000000033009d4af9d470f1d7a16f0cd97c00413d80e4a92319 0.94 MB 562 4
515,742 515,742 0000000000000000004b53baea62041941ae44b44233ac93d0f1b96e73fbd199 1.10 MB 1,826 16
515,741 515,741 0000000000000000003ae02c3084b4a7b7ba6c008d451cd28b26b15a843b134f 1.06 MB 1,352 16
515,740 515,740 00000000000000000029da8376f58d2cdd531e88af4c71e79c5902c1fb6aad38 1.16 MB 2,719 20
515,739 515,739 0000000000000000003cf870cbc90cc173a57a0710f533789624f2765d1b8143 1.20 MB 3,068 44
515,738 515,738 0000000000000000001b44eb51d525773e6231dcd693c42f1555bf13c3082f95 1.09 MB 1,842 27
515,737 515,737 0000000000000000002fee34f8d73f9d4f2f3176c8e93c19a455762afaab4f8d 1.03 MB 571 5
515,736 515,736 0000000000000000000dc797840745d4482dc609bfb97db2bf382aaef03f9e72 1.21 MB 2,023 26
515,735 515,735 00000000000000000039ecd941d1fb397130d75f72c4c931702735569172bc3a 1.16 MB 2,366 40
515,734 515,734 0000000000000000001c04ecfec645160a9c885359f040f74a0915355648bf00 1.15 MB 2,387 28
515,733 515,733 0000000000000000001369589cb11f6b80221cbae8b5f127431d62f8cde13927 1.12 MB 2,571 16
515,732 515,732 00000000000000000017d0c5d4c37e55bd549fa82a8db3ec3d70cea1220f5b59 1.25 MB 1,851 13
515,731 515,731 0000000000000000003bf2894d6cabfda8b0e1ab167f578e5cd632a368c527cd 1.12 MB 1,992 30
515,730 515,730 000000000000000000161966d953f02b0a91f4f1b6ea006ebad74067cb607cc2 1.10 MB 2,250 47
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.