Memory Pool Memory Pool Refreshing

569 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 564 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (176,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,791 730,791 000000000000000000003cc2f45a14a1986741ca63a7a1c14d6c561b496cb6d7 1.50 MB 2,211 4
730,790 730,790 000000000000000000064f99ab56125c16b8c5b180a9876084c856e6c519f38f 1.56 MB 2,316 10
730,789 730,789 00000000000000000004b00a637efaeccc2c2e470db74b0304f4ecd3be16064b 0.06 MB 159 8
730,788 730,788 00000000000000000008476aaf00d589c949cadf792f27a76166c1b262b8ebbc 0.29 MB 256 6
730,787 730,787 000000000000000000042c166ad487ea79cc39cd5cdc8b41cb6c2d8d613d168c 1.45 MB 1,916 3
730,786 730,786 000000000000000000009ea7c646602db6de612bd068b36368b57b846510246a 1.35 MB 2,313 16
730,785 730,785 000000000000000000047e55fb3edc7e29584b712229e5ef8ea9289c0bf22d8b 0.70 MB 1,184 8
730,784 730,784 0000000000000000000434a6a89e7f3f124aaff1e33d01a9ddb080f2a45940bd 0.53 MB 848 10
730,783 730,783 0000000000000000000677ff66df9fd9c2f92cbba4ca36fe8e8042fd29336256 0.52 MB 774 7
730,782 730,782 00000000000000000008894a09c62d69fe00bc2656405e7ea77f861e2852492b 0.22 MB 204 7
730,781 730,781 00000000000000000008a1f11ccb13f94c135f1498e5ecc0f502862bf64467cf 0.63 MB 913 6
730,780 730,780 00000000000000000008c7e35b01fc5fbac28d21a0c72421314f3087ee268f4e 1.30 MB 1,266 4
730,779 730,779 000000000000000000030d1feed2d9ab22616fa783739d166045a2a52ceb1094 0.29 MB 398 6
730,778 730,778 000000000000000000021e0bb0e9de2ae28085173068b7a74450b736e305b14f 0.25 MB 386 7
730,777 730,777 0000000000000000000933f6de1b2342bf45744cda9fb24b0ba9cc9ed4e8e987 0.66 MB 565 5
730,776 730,776 000000000000000000050aa23cf0382551bf04f9ee5d4b09707ed4e54ad26c6c 0.42 MB 899 8
730,775 730,775 00000000000000000000636927165067533926baeeadb7f6ec8459b5087d1c0e 0.66 MB 1,164 7
730,774 730,774 000000000000000000056d684b2f2f4010b97607e28c25a9cc61cf148914e72f 0.16 MB 385 9
730,773 730,773 000000000000000000099e47f8ebd7da2a900c01f0c1a8042802004ee8d0dd1e 1.97 MB 754 2
730,772 730,772 000000000000000000061ede7177255efdedc10639112f239fc853cd37efda2a 1.67 MB 664 2
730,771 730,771 000000000000000000065dbaa9056c810765d5f5b4d59509d2e634c26a7601a1 1.55 MB 2,742 6
Previous 10 blocks ↓
Total Size: 769.10 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,629.07 GB sent, 93.41 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.